﻿/* Section 1 */
#contact .section-1 .section-body .section-body-wrapper {
    padding: 1rem;
    border-radius: 5px;
}

#contact .section-1 .section-body {
    margin: -12px;
}

#contact .section-1 .section-body .section-body-left,
#contact .section-1 .section-body .section-body-right {
    padding: 12px;
}

#contact .section-1 .section-body .section-body-left .section-body-wrapper {
    background-color: #f5f7f8;
}

#contact .section-1 .section-body .section-body-right .section-body-wrapper {
    background-color: #032e41;
}

#contact .section-1 .section-body .title {
    margin-bottom: .75rem;
    font-size: 1.25rem;
    line-height: 1.4;
}

/*#contact .section-1 .organization .name {
    font-size: 1.125rem;
}*/

#contact .section-1 .organization:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
}

#contact .section-1 .organization .list-item .item .icon {
    width: 25px;
}

#contact .section-1 .organization .list-item .item .content {
    padding-left: 30px;
    margin-bottom: .75rem;
}

#contact .section-1 .organization .list-item .item:last-child .content {
    margin-bottom: 0;
}

#contact .section-1 .btn-send-contact {
    min-width: 73px;
}

@media (min-width: 768px) {
    #contact .section-1 .section-body .title {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    #contact .section-1 .section-body .section-body-wrapper {
        padding: 1.5rem;
    }

    #contact .section-1 .section-body .section-body-left {
        width: 33.333333%;
    }

    #contact .section-1 .section-body .section-body-right {
        width: 66.666667%;
    }
}

@media (min-width: 1200px) {
    #contact .section-1 .section-body .title {
        font-size: 2rem;
    }

    #contact .section-1 .section-body .section-body-wrapper {
        padding: 2rem;
    }

    #contact .section-1 .section-body .section-body-left {
        width: 441px;
    }

    #contact .section-1 .section-body .section-body-right {
        width: calc(100% - 441px);
    }
}

/* Section 2 */
@media only screen and (min-width: 768px) {
    #contact .section-2 .embed-responsive::before {
        padding-top: 42.85714%;
    }
}

@media only screen and (min-width: 1200px) {
    #contact .section-2 .embed-responsive::before {
        padding-top: 23.4375%;
    }
}