@media (max-width: 1024px){
    .header_wrapper{
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 430px){
    .text_slider .text_item{
        display: none;
    }
     .logo_wrapper{
        justify-content: center;
        text-align: center;
    }
     .footer_wrapper{
        justify-content: center;
        text-align: center;
    }
}

        .contact-box{
            background:#fff;
            border-radius:15px;
            overflow:hidden;
            box-shadow:0 5px 20px rgba(0,0,0,0.1);
        }

        .contact-img{
            height:100%;
            object-fit:cover;
            min-height:500px;
        }

        .form-section{
            padding:40px;
        }