.contact-us-section-1{
    padding: 220px 0 120px;
}

.contact-us-container{
    display: flex;
    justify-content: space-between;
}

.contact-us-text,.contact-us-form-container{
    width: 45%;
    /*display: inline-block;*/
}

.contact-us-title {
    margin-bottom: 40px;
}

.contact-us-desc{
    font-size: 16px;
    margin-bottom: 40px;
}

.contact-us-info-item{
    margin-bottom: 8px;
}

.contact-us-info-icon{
    margin-right: 8px;
}

.contact-us-info-desc{
    font-size: 16px;
    color: #1A202C;
}

.contact-us-form-container{
    padding: 40px;
    border: 1px solid #2D3648;
    border-radius: 4px;
}

.form-group{
    margin-bottom: 24px;
}

.form-label{
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-input{
    border-radius: 6px;
    border: 1px solid #CBD2E0;
    padding: 14px 12px 14px 12px;
    font-size: 14px;
    width: 100%;
}

.optional-notice{
    position: absolute;
    font-size: 14px;
    color: #717D96;
    right: 0;
}

@media (max-width: 991px) {
    .contact-us-title {
        font-size: 32px;
    }

    .contact-us-form-container{
        padding: 24px;
    }

    #btn-submit-contact-us{
        width: 100%;
    }
}

@media (max-width: 819px) {
    .contact-us-section-1 {
        padding: 130px 0 80px;
    }
}

@media (max-width: 767px) {
    .contact-us-container{
        display: block;
    }

    .contact-us-text,.contact-us-form-container{
        width: 100%;
    }

    .contact-us-title,.contact-us-desc {
        margin-bottom: 24px;
    }

    .contact-us-text{
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .contact-us-section-1 {
        padding: 90px 0 40px;
    }
}