.logo h1 {
    font-size: 24px;
    white-space: nowrap;
    line-height: normal;
    color: var(--black-2);
}
.logo h1 span {
    display: block;
    font-size: 14px;
    background: linear-gradient(84deg, #3fb5fd 0%, #0b6eda 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.footer-wrapper {
    background: #000;
}
.about-content .section-title h3 {
    color: var(--theme-2);
}
.footer-widgets-1 {
    padding-bottom: 40px;
}
.count-box p {
    color: var(--white);
}
.cont-img {
    text-align: center;
    margin: 0 auto;
}
.cont-img img {
    background: var(--theme-2);
    padding: 10px;
}
.single-contact-card h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.single-contact-card h4 strong {
    font-size: 20px;
    font-weight: 600;
}
.blog-wrapper .single-blog-post .post-content ul {
    margin: 0 0 20px;
}
.blog-wrapper .single-blog-post .post-content p {
    margin-bottom: 20px;
}
.blog-wrapper .single-blog-post .post-content h4 {
    margin-bottom: 20px;
    line-height: normal;
    color: var(--theme-2);
}
.news-area .main-sidebar {
    position: sticky;
    top: 100px;
    left: 0;
}
@media (max-width: 767px) {
    .hero-3 .hero-content .text {
        font-size: 24px;
        line-height: 36px;
    }
    .section-title h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .about-content .section-title h3 {
        font-size: 18px;
    }
    .service-4 .array-button .array-prev {
        left: -24px;
    }
    .service-4 .array-button .array-next {
        right: -24px;
    }
    .testimonial-2 .single-testimonial-item {
        padding: 40px 25px 20px;
    }
    .testimonial-2 .single-testimonial-item .text {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }
    .testimonial-2 .single-testimonial-item .client-info .content h6 {
        font-size: 18px;
    }
    .logo h1 span {
        font-size: 12px;
    }
    .logo h1 {
        font-size: 20px;
    }
    .header-1 .header-main .header-right {
        gap: 0;
    }
    .page-wrapper {
        overflow: hidden;
    }
    .offcanvas__logo h1 {
        font-size: 16px;
        white-space: nowrap;
        line-height: normal;
        color: var(--black-2);
    }
    .offcanvas__logo h1 span {
        display: block;
        font-size: 10.5px;
        background: linear-gradient(84deg, #3fb5fd 0%, #0b6eda 100%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-weight: 500;
    }
    .mean-container .mean-nav ul li a {
        font-size: 15px;
    }
    .breadcrumb-wrapper .page-heading .breadcrumb-sub-title h1 {
        font-size: 24px;
    }
    .breadcrumb-wrapper {
        padding: 60px 0;
    }
    .breadcrumb-wrapper .page-heading {
        justify-content: flex-start;
    }
    .news-area .main-sidebar .single-sidebar-widget {
        padding: 20px 15px;
    }
    .news-area .main-sidebar .single-sidebar-widget ul > li a {
        font-size: 14px;
    }
    .blog-wrapper .single-blog-post .post-content ul li::marker {
        display: none;
    }
    .blog-wrapper .single-blog-post .post-content h4 {
        font-size: 18px;
    }
    .blog-wrapper .single-blog-post .post-content ul li {
        list-style: none;
    }
    .cont-img img {
        max-width: 100%;
    }
    .single-contact-card h4 {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
    }
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li strong {
        display: block;
    }
}
