@media screen and (max-width: 768px) {
    .contact-one-information-wrapper {
        grid-template-columns: 100% !important;
    }
    .empowring-cards-mobile .empowring-cards {
        justify-content: center;
        align-items: center;
        gap: 50px;
        grid-template-columns: repeat(2, 40%) !important;
    }
    .text-center-768 {
        text-align: center;
    }
    .heading-three,
    .flex-center-768,
    .home-digital-options-items {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .service-cards-information div {
        text-align: center;
    }
    .home-popup-video-text .about-us-second {
        flex-direction: column;
        gap: 30px;
    }
    .about-us-second ul {
        list-style: none;
    }
    h2 {
        padding: 0px 10px;
    }
    .blog-details-author-wrap {
        justify-content: center;
        align-items: center;
    }
    .blog-author-information {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .blog-author-information p,
    .home-one-service-cards p {
        text-align: center;
    }
    .home-one-service-cards-icon-overlay {
        display: none !important;
    }
    .home-one-service-cards {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-two-hero-image-button {
        inset: auto 0% 0% 0px;
        padding: 20px 20px 20px;
        border-radius: 0px;
    }
    .border-radius-thirty.mobile-image-full-width.work-three-image {
        margin-top: 0;
    }
    .work-three-cards-inner-wrapper {
        padding: 20px !important;
    }
    .work-three-cards {
        padding-top: 0;
    }
    .work-three-image:first-child {
        transform: none !important;
    }
    .card-expand {
        width: 100% !important;
    }
    .contact-one-informations {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .home-one-hero-main {
        padding-top: 0;
    }
    .about-us-banner-girl img,
    .little-boy-image-wrapper {
        display: none !important;
    }
    .tab-links.w--current {
        background-image: none !important;
    }
    .home-two-projects-cards {
        width: 100%;
        transform: none !important;
    }
    .home-one-service-cards {
        max-width: 100%;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px;
        border-radius: 20px;
    }
    .home-one-services:nth-child(2) {
        margin-top: 30px;
    }
    .text-center-991 {
        text-align: center;
    }
    .flex-center-991 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}
@media screen and (min-width: 1465px) {
    .little-boy-image-wrapper img {
        position: relative;
        left: -180px;
        bottom: -160px !important;
    }
}
@media screen and (min-width: 992px) {
    .desktop-mt-50 {
        margin-top: 50px;
    }
    .about-us-banner-girl img {
        position: relative;
        left: -180px;
    }
    .little-boy-image-wrapper img {
        position: relative;
        left: -180px;
        bottom: -140px;
        height: 150px;
    }
}

@media screen and (max-width: 1350px) {
    .empowring-cards-mobile {
        display: flex;
        margin-bottom: 100px;
    }
    .empowring-cards-mobile .empowring-cards {
        display: grid;
        grid-template-columns: repeat(3, 30%);
        gap: 30px;
    }
    .empowring-cards-desktop {
        display: none;
    }
    .support-address {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1451px) {
    .home-two-testimonial-main {
        height: 140vh !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1450px) {
    .home-two-testimonial-main {
        height: 170vh !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .home-two-testimonial-main {
        height: 80vh !important;
    }
}

@media screen and (min-width: 1920px) {
    .home-two-testimonial-main {
        height: 100vh !important;
    }
}

@media screen and (min-width: 1351px) {
    .empowring-cards-mobile {
        display: none;
    }
    .empowring-cards-desktop {
        display: grid !important;
        margin-bottom: 30px;
    }
    .empowring-cards-desktop .empowring-cards1 {
        display: grid;
        grid-template-columns: repeat(5, 16%);
        gap: 50px;
        justify-content: center;
        align-items: center;
    }

    .empowring-cards-desktop .empowring-cards2 {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(4, 16%);
        gap: 50px;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 467px) {
    .empowring-cards-mobile .empowring-cards {
        grid-template-columns: repeat(1, 100%) !important;
    }
    .accordion button {
        padding-right: 30px !important;
    }
}
