.form-section .col {
    display: block;
    text-align: center;
    max-width: 860px;
}

.paralax.form-section .h1 {
    color: white;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    opacity: 0;
    transform: translateX(0px) translateY(-30px);
    transition: all 0.6s ease-in-out;
}

.paralax.form-section .h2 {
    font-size: 46px;
}

.paralax.form-section.anim .h1 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

.paralax.form-section .h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #40b4d7;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.paralax.form-section .h2 {
    color: white;
    opacity: 0;
    transform: translateX(0px) translateY(30px);
    transition: all 0.6s ease-in-out;
    
}

.paralax.form-section.anim .h2 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

.form-section .contact-form {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.6s ease-in-out;
    width: 100%;
}

.form-section.anim .contact-form {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.6s;
}


.form-section .field1 {
    width: 50%;
    padding-right: 12px;
}

.form-section .field2 {
    width: 50%;
    clear: none;
    padding-left: 12px;
}

.form-section .button {
    margin-bottom: 0;
}

.uislider .contact-form p {
    color: white;
    display: block;
    float: left;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 400;
}

.uislider .contact-form .full {
    margin-top: 24px;
}

.uislider .contact-form .full.last {
    margin-bottom: 24px;
}

.uislider .contact-form p span {
    font-weight: 700;
}

.uislider .contact-form p:first-child {
    margin-top: 0;
    font-size: 26px;
}

.uislider .contact-form p:last-child {
    margin-bottom: 0;
    margin-top: 0;
}



@media screen and (max-width: 890px) {

    .paralax.form-section .h1 {
        font-size: 18px;
    }

    .paralax.form-section .h2 {
        font-size: 22px;
    }

    .uislider .contact-form p {
        font-size: 18px;
    }

    .uislider .contact-form p:first-child {
        font-size: 20px;
    }



}    


@media screen and (max-width: 540px) {


    .form-section .field1 {
        width: 100%;
        padding-right: 0;
    }

    .form-section .field2 {
        width: 100%;
        padding-left: 0;
    }

}