/* ----- SECTION CONTACT ----- */
.section-contact {
    padding-top: 12.9rem;
    padding-bottom: 12.9rem;
    position: relative;
}

.section-contact .title {
    margin-bottom: 4rem;
}

.section-contact .title h1 {
    margin-bottom: 0.9rem;
}

.contact-box {
    background-color: #ffffff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    margin: 0 2.3rem;
    padding: 2.1rem 2.6rem 1.5rem;
    position: relative;
}

.contact-box h3 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.contact-box form .row {
    margin: 0 -0.5rem;
}

.contact-box form .col {
    padding: 0 0.5rem;
}

.contact-box .form-group {
    margin-bottom: 1rem;
}

textarea.form-control {
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.contact-box textarea.form-control {
    height: 9rem;
}

.contact-box form .btn {
    width: 100%;
    font-size: 1.125rem;
}

.contact-box .lines span {
    background: #DC1E23;
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    transform: matrix(1, 0.58, 0, 0.89, 0, 0);
    position: absolute;
}

.contact-box .lines span:first-child {
    width: 6.125rem;
    height: 0.5rem;
    top: 0.8rem;
    right: 8.4rem;
    opacity: 0.3;
}

.contact-box .lines span:nth-child(2) {
    width: 3.65rem;
    height: 1.6rem;
    top: 0.2rem;
    right: 5.8rem;
}

.section-contact .address {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 2.5rem;
}

.section-contact .address a {
    display: flex;
    align-items: flex-start;
    color: #050708;
    line-height: 1.9375rem;
    margin: 0 1rem;
}

.section-contact .address a .icon {
    flex: 0 0 1.125rem;
    max-width: 1.125rem;
    margin-right: 0.75rem;
}

.section-contact .address a:hover {
    color: #DC1E23;
}

/* ----- /SECTION CONTACT ----- */

@media (max-width: 991px) {
    /* ----- SECTION CONTACT ----- */
    .section-contact {
        padding-top: 11rem;
        padding-bottom: 3rem;
    }

    /* ----- /SECTION CONTACT ----- */
}

@media (max-width: 767px) {
    /* ----- SECTION CONTACT ----- */
    .section-contact .address {
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }

    .section-contact .address a {
        margin-bottom: 1rem;
    }

    .section-contact .address .icon {
        display: flex;
        margin-top: 0.3rem;
    }

    .contact-box {
        margin: 0;
        padding: 2.1rem 1.5rem 1.5rem;
    }

    .contact-box .lines .line:nth-child(2) {
        width: 2.65rem;
        height: 1.5rem;
        top: 0.2rem;
        right: 1.8rem;
    }

    .contact-box .lines .line:first-child {
        width: 4.125rem;
        height: 0.4rem;
        top: 0.4rem;
        right: 4.3rem;
    }

    .section-contact .title {
        margin-bottom: 2rem;
    }

    /* ----- /SECTION CONTACT ----- */
}