.main-menu__logo a {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 10px 0;
}
.main-menu__logo img {
    max-width: 80px;
}
.main-menu__logo h1 {
    font-size: 26px;
    color: var(--chirofind-base);
    font-weight: bold;
    font-family: "Lora", serif;
}
.main-menu__logo h1 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.team-two .testimonial-two__single {
    margin-bottom: 30px;
}
.about-two__text-1 {
    margin-bottom: 10px;
}
.footer-widget__quick-link-list {
    column-count: 2;
}
.main-menu .main-menu__list ul {
    column-count: 2;
}
.services-details p {
    margin-bottom: 10px;
}
.services-details h3 {
    margin-bottom: 30px;
}
.services-details h5 {
    margin: 15px 0;
    color: var(--chirofind-base);
    font-weight: bold;
}
.services-details strong {
    color: var(--chirofind-black);
}
.services-one__img img {
    height: 235px;
    object-fit: cover;
    object-position: top center;
}
.main-menu .main-menu__list .typ-normal ul {
    min-width: max-content;
    grid-template-columns: repeat(1, 1fr);
}
.affiliation {
    padding: 90px 0 60px;
}
.aff-block {
    text-align: center;
    border: 1px solid var(--chirofind-base);
    padding: 30px 20px;
    border-radius: 5px;
    height: 100%;
    position: relative;
}
.aff-block .tag {
    position: absolute;
    background: var(--chirofind-base);
    padding: 5px 15px;
    border-radius: 4px;
    color: var(--chirofind-white);
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.aff-block img {
    margin-bottom: 20px;
}
.aff-block img {
    width: auto;
    /* max-width: 100px; */
}
.aff-block h4 {
    margin-bottom: 10px;
    color: var(--chirofind-black);
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.aff-block p {
    margin-bottom: 10px;
}
.aff-block p:last-child {
    margin-bottom: 0;
}
.banner-img img {
    width: 100%;
}
.footer-widget__logo {
    background: var(--chirofind-white);
    padding: 15px 20px;
    border-radius: 5px;
    display: inline-block;
    width: 220px;
    margin-bottom: 20px;
}
.footer-widget__logo img {
    width: auto;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .footer-widget__quick-link-list {
        column-count: 1;
    }
    .footer-widget__title-box {
        margin-top: 40px;
    }
    .site-footer__bottom-text {
        text-align: center;
        font-size: 13px;
    }
    .counter-one {
        margin-top: 0;
    }
    .main-menu__logo img {
        max-width: 48px;
    }
    .main-menu__logo h1 span {
        font-size: 12px;
        font-weight: lighter;
    }
    .main-menu__menu-box {
        display: none;
    }
    .main-menu__logo h1 {
        font-size: 24px;
    }
    .about-two__text-1,
    .services-details p {
        text-align: justify;
    }
    .services-details__title-1 {
        font-size: 23px;
        line-height: 33px;
    }
    .footer-widget__portfolio-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-widget__portfolio-list {
        padding: 60px 0;
    }
}
