.main-menu-two__logo img,
.footer-widget__logo img,
.mobile-nav__content .logo-box img {
    max-width: 100%;
}

.main-menu__list a:focus-visible,
.mobile-nav__content a:focus-visible,
.mobile-nav__toggler:focus-visible,
.thm-btn:focus-visible,
.scroll-to-top:focus-visible {
    outline: 2px solid #f4b400;
    outline-offset: 3px;
}

.mobile-nav__close {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.news-two__single {
    overflow: hidden;
}

.news-two__img img,
.team-one__img img,
.project-two__img img,
.about-two__img img,
.about-two__img-two img,
.faq-one__img img,
.news-details__content-img img {
    max-width: 100%;
    height: auto;
}

.news-two__title,
.section-title__title,
.section-title-two__title,
.team-one__title {
    overflow-wrap: anywhere;
}

.public-empty-state {
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    text-align: center;
}

.news-detail-gallery img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.news-detail-gallery .full-image {
    max-height: 560px;
}

.news-detail-gallery .half-image {
    min-height: 180px;
}

.contact-two__input-box .invalid-feedback,
.contact-one__input-box .invalid-feedback {
    margin-top: -16px;
    margin-bottom: 16px;
}

.site-footer__bottom-text {
    text-align: center;
}

@media (max-width: 575.98px) {
    .page-header__title,
    .page-header__inner h2 {
        font-size: 36px;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .main-slider-two__title {
        font-size: 42px;
        line-height: 1.15;
    }

    .contact-one__form-box {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: none;
        margin: 24px 15px 0;
    }

    .google-map__one {
        min-height: 360px;
    }

    .news-meta {
        padding-left: 15px;
        padding-right: 15px;
    }
}
