.cus-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cus-logo h1 {
    margin: 0;
    font-size: 24px;
    color: var(--theme-color-3);
    white-space: nowrap;
}
.cus-logo h1 span {
    font-size: 16px;
    display: block;
    color: var(--theme-color-2);
}
.cus-logo h1 .degree {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.cus-logo img {
    width: 60px;
}
.common-subtitle img {
    width: 30px;
}
.common-title h2 span {
    display: block;
    font-size: 24px;
    color: var(--theme-color-2);
}
.common-title h2 .degree {
    font-weight: 500;
    font-size: 16px;
}
.camping-card-2 .content .donation-wrap .d-bottom .d-btn,
.e-primary-btn .icon-wrap .icon {
    color: #fff !important;
}
.blog-card .thumb img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.services-we-offer-section .common-subtitle img {
    filter: brightness(0) invert(1);
}
.footer-section-2 .footer-widget .w-title img {
    width: 26px;
    filter: brightness(0) invert(1);
}
.hero-content-1 .subtitle img {
    width: 32px;
    filter: brightness(0) invert(1);
}
.contact-section .e-primary-btn:hover .icon-wrap .icon {
    color: var(--theme-color-2) !important;
}
.gallery-section img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    border: 3px solid var(--theme-color-2);
}
.detail-contact .thumb {
    width: 292px;
    height: 292px;
    border-radius: 50%;
    overflow: hidden;
}
.details-content h3 {
    color: var(--theme-color-2);
}
.header-bottom {
    box-shadow: 0 1px 10px -10px black;
}
@media (max-width: 767px) {
    .cus-logo img {
        display: none;
    }
    .cus-logo h1 .degree {
        font-size: 9px;
    }
    .header-bottom-layout {
        gap: 0;
    }
    .about-us-content {
        padding: 0 !important;
    }
    .common-title h2 span {
        font-size: 18px;
        line-height: normal;
    }
    .common-title h2 .degree {
        font-size: 14px;
    }
    .list-wrapper .list-wrap li p {
        font-size: 15px;
        line-height: 24px;
    }
    .details-content h3 {
        font-size: 22px;
        font-weight: 600;
    }
    .latest-blog-section .blog-card {
        margin-bottom: 30px;
    }
    .services-section .service-card {
        margin-bottom: 20px;
    }
    .footer-section-2 .footer-bottom {
        padding: 10px 0;
    }
    .footer-bottom-layout .footer-copyright {
        font-size: 12px;
        line-height: normal;
    }
}
