@media screen and (max-width:1024px) {
    .products-info .prd-card-1 {
        height: auto;
        margin-bottom: 30px;
    }
    .features-1, .features-2, .features-3 {
        padding: 50px 0;
        margin-bottom: 30px;
    }
    .features-1 .quote-card {
        position: relative;
        margin: 30px;
        bottom: 0;
        left: 0;
        width: auto;
    }

    .overlap-section {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        height: auto;
    }

    .overlap-section .card {
        position: relative;
    }

    .overlap-section .card-left {
        padding: 50px;
        margin-bottom: 30px;
        width: auto;
    }

    .overlap-section .card-right {
        width: auto;
    }

    .features-3 .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-4 .ct-reg-card {
        flex-wrap: wrap;
    }

    .features-5 .header {
        width: auto;
    }

    .features-5 .card {
        margin-bottom: 30px;
    }

    .features-5 {
        padding: 0;
    }

    .cta-section .cta-card {
        display: block;
        width: auto;
    }

    .cta-section .cta-card .img-wrap {
        text-align: center;
    }

    .cta-section .cta-card .img-wrap img {
        border-radius: 0;
        width: 300px;
        margin-top: 50px;
    }

    .footer .ft-links {
        margin-bottom: 50px;
    }

    .aboutus-section .img-wrap {
        margin-bottom: 20px;
    }

    .recent-blogs img {
        margin-top: 30px;
    }
}

@media screen and (max-width:425px) {
    .features-3 .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}