.logo-retina h1 {
    color: #fff;
    max-width: 380px;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    line-height: normal;
}
.logo-retina h1 span {
    display: block;
    font-size: 18px;
}
.about-two__content .sec-title__title {
    line-height: normal;
}
.about-two__content .sec-title__title span {
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    color: var(--mediox-base);
}
.about-two__button {
    margin-top: 20px;
}
.contact-page__form .sec-title__title {
    font-size: 36px;
}
.service-sidebar__contact__time span {
    display: block;
}
.service-details__content h4 {
    margin-bottom: 15px;
    color: var(--mediox-base);
    font-weight: 700;
}
.service-sidebar {
    position: sticky;
    top: 0;
    right: 0;
}
.gallery-page__card img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border: 1px solid #000;
}
.testimonials-two__carousel .owl-stage {
    display: flex;
}
.testimonials-two__carousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.testimonial-card-two {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}
.testimonial-card-two__content {
    height: 100%;
}
.service-card-two__title span {
    font-size: 18px;
    display: block;
}
@media (max-width: 767px) {
    .main-header--three .main-header__logo::before {
        display: none;
    }
    .main-header--three .main-header__logo__shape {
        display: none;
    }
    .main-header--three {
        border: none;
    }
    .logo-retina h1 span {
        font-size: 14px;
    }
    .logo-retina h1 {
        margin-right: 20px;
        font-size: 24px;
    }
    .main-header--three .main-header__logo {
        margin: 0;
    }
    .main-header--three .main-header__inner {
        padding: 10px 0;
    }
    .main-slider-two__carousel.owl-carousel .owl-nav {
        bottom: 8px;
    }
    .main-slider-two .mediox-btn {
        font-size: 13px;
        padding: 12px 15px;
    }
    .main-slider-two__button-group {
        gap: 10px;
    }
    .about-two__image__two__inner {
        background: none;
    }
    .about-two__content .sec-title__title span {
        font-size: 18px;
    }
    .about-two__text {
        text-align: justify;
    }
    .service-card-two__title span {
        font-size: 14px;
    }
    .form-one__group {
        grid-gap: 20px;
    }
    .page-header__bg {
        background-position: center right;
    }
    .page-header__title {
        margin-bottom: 10px;
    }
    .testimonial-card-two__identity {
        padding: 10px 15px 10px;
    }
    .testimonial-card-two__name {
        font-size: 16px;
    }
}
