@media screen and (max-width: 1200px) {
    .container,
    .sec-container {
        width: 90%;
    }

    .hero-bg {
        background-size: contain;
        background-position: left;
        height: 600px;
    }
}

@media screen and (max-width: 970px) {
    .hero-bg .hero-content {
        width: 70%;
    }
}

@media screen and (max-width: 770px) {
    .bottom-articles .articles article {
        width: 100% !important;
    }

    .column-flex750 {
        flex-direction: column;
    }

    .single-article figure {
        height: 400px !important;
        width: 100%;
    }

    .single-article .flex40 {
        flex: 0 1 100%;
    }

    .single-article .content {
        width: 80%;
        padding: 1rem 2rem;
    }

    .single-article .content p {
        text-align: justify;
    }

    .single-article .content h4 {
        text-align: center;
        margin-top: 2rem;
        font-size: 2rem;
    }

    .single-article .content .read-more {
        margin: auto;
        display: block;
        margin-top: 1rem;
    }

    footer {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .about-sec .content p {
        width: 80%;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .header ul {
        display: none;
    }

    .header .header-child figure {
        /* margin: auto; */
        width: 400px;
    }

    .header .hambuger {
        display: block;
        width: 35px;
        height: 35px;
        margin-top: -1rem;
        background-color: #5ec095 !important;
    }
    .hero-content p{
        display: none;
    }
    .inside-hamerger {
        position: fixed;
        left: 0 !important;
        width: fit-content;
        top: 0 !important;
        z-index: 99999 !important;
        /* display: block !important; */
        /* border: 2px solid red; */
        background-color: rgba(255, 255, 255, 0.853) !important;
        width: 100%;
        height: 50vh;
    }

    .header .inside-hamerger .cross {
        font-size: 2rem;
        font-weight: 700;
        position: absolute;
        right: 2rem;
        top: 2rem;
    }

    .header .inside-hamerger p {
        color: black !important;
        color: black !important;
    }

    .header .inside-hamerger div {
        margin: auto;
        width: fit-content;
        height: fit-content;
        margin-top: 6rem;
    }

    .header .link {
        margin-bottom: 0.8rem;
        font-size: 1.2rem;
    }

    .hero-bg {
        margin-top: -12rem;
    }

    .hero-bg .hero-content {
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 480px) {
    footer {
        width: 100%;
    }

    .hero-bg .hero-content {
        width: 85%;
    }

    .single-article .content h4 {
        font-size: 2rem;
    }

    footer .footer-child li {
        width: 45%;
        margin: auto;
        margin-bottom: 0.5rem;
        /* border: 1px solid red; */
    }

    .hero-bg {
        background-size: contain;
        background-position: left;
        height: 480px;
    }
}
