@media (max-width: 767px) {
    .header-area .header__logo {
        border: none;
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-area.style-2 {
        background: #fff;
        padding: 0 0px;
    }

    .header__nav img {
        width: 40px;
    }

    .case-study-studies {
        max-width: 100%;
    }

    .hero-section {
        flex-direction: column-reverse;
        padding: 20px;
        text-align: left;
    }

    .hero-section .hero-left,
    .hero-section .hero-right {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .hero-section .hero-heading {
        font-size: 28px;
    }

    .hero-section .hero-subheading {
        font-size: 16px;
        text-align: left;
    }

    .hero-section .hero-video {
        max-width: 100%;
        margin-top: 20px;
    }
}