@media screen and (max-width:1200px) {
    .section4 .section4_sub_title p {
        max-width: 100%;
        text-align: center;
        font-size: 16px;

    }

    .section4 {
        flex-direction: column;
    }
}

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

    h1 {
        font-size: 25px;
        text-align: center;
    }

    h2 {
        font-size: 14px;
        text-align: center;
    }

    .hero {
        padding-top: 120px;
    }

    .section2 {
        padding-top: 120px;
    }

    .hero .hero-img {
        max-width: 100%;

    }

    section.hero-img-section {
        width: 100%;
    }

    .section2-right video {
        max-width: 60%;
        margin: auto;

    }

    .section2-left {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .section3 h2 {
        max-width: auto;
    }

    .section3-top {
        justify-content: center !important;
    }
   .why_card{
    align-items: center;
   }
    .why_card h3, .why_card p {
        text-align: center;
        margin: auto;
    }
    .section5 h2{
        max-width: 100%;
        text-align: center;
    }
    .footer_end{
        padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
    }
    .section6 form{
        padding-top: 0;
    }
    .contact_right p{
        text-align: center;
    }
    .section6 .contact_right .social-links-company{
        justify-content: center;
    }

}