.navbar-brand.logo_h {
    display: flex;
    align-items: center;
    height: 80px;
    max-width: 220px;
}

.navbar-brand.logo_h img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
}

.home_banner_area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home_banner_area .banner_content h4 {
    max-width: 680px;
    line-height: 1.8;
}

.home-section {
    padding-top: 50px;
}

.home-more {
    margin-top: 20px;
    text-align: center;
}

.home-news {
    padding-bottom: 90px;
    background: #f8f9fa;
}

.home-news .main_title {
    padding-top: 80px;
}

.home-news .single-blog {
    height: 100%;
    background: #fff;
}

.home-news .single-blog .short_details {
    padding: 28px 24px 32px;
}

.home-news .single-blog .thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.home-about {
    background: #fff;
}

.home-about-image img {
    width: 100%;
    min-height: 420px;
    max-height: 520px;
    object-fit: cover;
}

.home-about-content {
    padding-left: 70px;
}

.home-about-content .home-eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #71cd14;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}

.home-about-content h2 {
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 700;
}

.home-about-text {
    margin-bottom: 32px;
    color: #797979;
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 991px) {
    .navbar-brand.logo_h { height: 70px; }
    .home_banner_area,
    .home_banner_area .banner_inner { min-height: 560px; }
    .home-about-content { padding: 45px 15px 0; }
}

@media (max-width: 767px) {
    .home_banner_area,
    .home_banner_area .banner_inner { min-height: 460px; }
    .home_banner_area .banner_inner .banner_content h3 { font-size: 36px; line-height: 1.25; }
    .home-news .single-blog .thumb img { height: 210px; }
    .home-about-image img { min-height: 280px; }
}
