@media only screen and (max-width: 1023px){
    
    #sec01 .col2 {
        padding: 0 0 0 25px;
    }

}

@media only screen and (max-width: 767px){
    
    #sec01 .col1, #sec01 .col2 {
        width: 100%;
    }

    #sec01 .col2 {
        padding: 0 0 0 0px;
    }

    .content-section .btn.type01 {
        height: 50px;
    }

    .form .fields-wrap input:not([type="checkbox"]), .form .fields-wrap input:not([type="radio"]), .form .fields-wrap select, .form .fields-wrap textarea{
        font: 14px/20px Avenir-light;
        padding: 10px 15px;
    }

}