@media (max-width: 768px) {
    .hero {
        padding: 40px 0 50px 0;
        background: #f9f9f9;
        height: auto;
    }

    .hero h1 {
        font-weight: 800 !important;
        font-size: 1.8rem !important;
    }

    p,
    li {
        font-size: 14px !important;
    }

    .btn {
        padding: 10px 10px;
        border: 0;
        font-size: 14px !important;
        border-radius: 10px !important;
    }

    .hero-slider .slick-next.slick-arrow {
        right: 28%;
    }

    .hero-slider .slick-prev.slick-arrow {
        left: 28%;
    }

    .section {
        padding: 50px 0;
    }

    .business-models-tabs ul.nav-tabs li button {
        border: 1px solid #cfcfcf;
        background-color: #fff;
        border-radius: 8px;
        color: #151515;
        font-weight: 500;
        padding: 10px 12px;
        font-size: 13px !important;
    }

    .business-models-tabs ul.nav-tabs {
        gap: 15px;
        border: 0px;
        justify-content: center;
    }

    .tab-pane h3 {
        font-size: 18px;
    }

    .feature-card h5 {
        font-weight: 600;
        font-size: 16px;
    }
    .features .col-lg-6 img{
        margin-bottom: 25px;
    }
     .features ul.list-unstyled li img{
        margin-bottom: 0px;
    }
    .features h2 br, .testimonial-section h2 br{
        display: none;
    }
    .blog-featured-slider {
        margin-bottom: 30px !important;
    }
    .blog-featured-slider .slick-dots {
        position: relative;
        bottom: -6px;
        width: 100%;
        right: auto;
    }
    .hero .row .col-lg-6{
        margin-bottom: 25px;
    }
}