
@media(max-width:767px){
    body p{
        font-size: 14px;
    }
    body{
        -webkit-text-size-adjust: 100%;
    }

    .bordered-box p{
        font-size: 14px;
    }
    .hide-for-small{
        display: none;
    }
    .page-header .container{
        padding: 25px 15px 5px;
        min-height: 150px;
    }
    .page-header h1{
        font-size: 18px;
    }
    .title-en{
        font-size: 17px;
        right: 15px;
    }
    .page-header{
        background-size: cover;
        background-position: right -55px center;
        margin-bottom: 35px;
    }
    h2{
        font-size: 18px;
        line-height: 1.3;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    h2:after{
        height: 3px;
    }
    h3{
        font-size: 15px;
        line-height: 1.3;
        padding: 5px 5px 5px 20px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    h3::before{
        width: 4px;
        left: 10px;
        height: calc(100% - 10px);
    }
    .bordered-box{
        padding: 20px 20px;
        border-radius: 5px;
    }
    h4{
        font-size: 15px;
        font-weight: bold;
    }
    h4:after{
        width: 70px;
    }
    a.link-blank{
        display: block;
        position: relative;
        padding-right: 25px;
    }
    a.link-blank:after{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    h5{
        font-size: 15px;
    }
     a.btn.btn-file {
        min-height: 40px;
        font-size: 13px;
        min-width: 126px;
        padding-left: 40px;
        align-items: center;
        padding-bottom: 0;
        letter-spacing: 0;
        width: max-content;
        padding-top: 0;
    }

    a.btn.btn-file::after {
        width: 20px;
        height: 24px;
        left: 10px;
        transform: translateY(-50%);
        top: 50%;
    }

    .file-link-group {
        flex-direction: column;
        gap: 10px;
    }

    .js-scrollable table {
        width: 430px;
        font-size: 14px !important;
       -webkit-text-size-adjust: 100%;
    }

    .docs-table td {
        height: 40px;
        font-size: 14px;
        padding: 15px;
    }

    section#contact{
        padding: 15px;
    }
    .contact-form-table th{
        padding: 9px 15px;
    }
    input[type="text"], input[type="email"], input[type="tel"], textarea, select{
        border-radius: 0;
    }
    .contact-form-table td{
        padding: 15px 15px;
        margin-bottom: 0;
    }
    .contact-form-table tr{
        margin-bottom: 0;
    }
    input[type="radio"]{
        width: 20px;
        height: 20px;
    }
    button.btn-submit{
        width: 215px;
        height: 55px;
        font-size: 15px;
    }
    .footer-logo{
        width: 200px;
        margin: auto;
    }
    footer p{
        line-height: 1.3;
        margin-top: 10px;
    }
    .footer-global-nav ul{
        gap: 10px;
    }
    .footer-global-nav{
        margin-top: 20px;
        padding-top: 20px;
        border-width: 1px;

    }
    #logo{
        width: 200px;
    }
    .site-header{
        padding: 15px 0 10px;
    }

    a.link-pdf {
        display: inline;
    }
    a.link-pdf::after {
        position: static;
        display: inline-block;
        vertical-align: middle;
        transform: none;
        margin-left: 4px;
        width: 18px;
        height: 18px;
    }

    .wpcf7-list-item{
        display:block;
    }

    .radio-group label{
        margin-bottom: 0px;
    }

}