.lets-contact {
    background-color: #000;
}
.lets-contact__title {
    color: #E1AA5A;
}
.lets-contact__text {
    color: var(--white);
}
.lets-contact-form {
    color: rgba(0,0,0,1);
    background-color: var(--white);
    padding: 5rem 4rem 10rem;
}
.lets-contact-form form { display: flex; flex-direction: row; flex-wrap: wrap; }
.lets-contact-form label { margin: 0 1rem 2rem; position: relative; }
.lets-contact-form .bttn { display: inline-block; margin: 0 1rem; width: auto; padding: 2rem 2.5rem; height: auto; cursor: pointer; }
.lets-contact-form input,
.lets-contact-form select { color: rgba(255,255,255,1); }
.lets-contact-form p { font-weight: 300; font-size: 2em; width: 100%; text-align: left; margin: 0 1rem 3rem; }
.lets-contact-form label { width: 100%; }
.lets-contact-form label i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: rgba(255,255,255,1);
    position: absolute;
    top: 4rem;
    right: 1rem;
    pointer-events: none;
    font-size: .5em;
}
@media only screen
and (min-width : 961px) {
    .lets-contact {
        padding-top: 6.1rem;
        padding-bottom: 12.45rem;
    }
    .lets-contact__row {
        padding-bottom: 6.15rem;
    }
    .lets-contact__title {
        margin-bottom: 1.6rem;
    }
    .lets-contact__text {
        font-size: 2.2rem;
        line-height: 1.36em;
    }
    .lets-contact-form {}
    .lets-contact-form form label { width: calc(50% - 2rem); }
    .lets-contact-form form .full { width: calc(100% - 2rem); }
}
@media only screen
and (max-width : 960px) {
    .lets-contact {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .lets-contact__row {
        padding-bottom: 7rem;
    }
    .lets-contact__title {
        margin-bottom: 2rem;
    }
    .lets-contact__text {
        font-size: 1.8rem;
        line-height: 1.88em;
    }
    .lets-contact-form {}
}
