.temp-03-intouch-01 {}

.temp-03-intouch-01 .card {
    color: #e33934;
    padding: 50px;
    position: relative;
    border-radius: 24px;
    border: none;
    background: url(/assets/img/abstract-bg.png);
    background-size: cover;
    background-position: center;
    box-shadow: 17px 17px 20px 2px #00000024;
}

.temp-03-intouch-01 .card .form-control {
    min-height: 53px;
    margin-bottom: 25px;
    padding-left: 15px;
    border: none;
    font-size: 14px;
   
}

.temp-03-intouch-01 .card .form-control::placeholder {
    color: #525252;
}

.temp-03-intouch-01 input.form-control {
    border-radius: 18px;
    background: white;
    color: black;
}

.temp-03-intouch-01 .btn-primary{
    border-color: transparent;
}

.temp-03-intouch-01 textarea.form-control {
    border-radius: 18px;
    background: white;
    color: black;
}

@media screen and (min-device-width: 320px) and (max-device-width: 667px) {
    .temp-03-intouch-01 .card {
        padding: 35px;
    }
}