.hero-banner {
    height: 560px;
    background-size: cover !important;
    background-position: center !important;
}
@media (max-width: 768px) {
    .hero-banner {
        height: 400px;
    }
}
@media (max-width: 768px) {
    .content-section .content-area {
        padding-top: 2rem !important;
    }
}
.content-section .content-area .breadcrumb-nav {
    font-size: 16px;
    color: #003023;
}
.content-section .content-area .article-title {
    font-size: clamp(32px, 5vw, 64px) !important;
    line-height: 1.1;
    letter-spacing: -1.28px;
    color: #1b1b1b;
}
.content-section .content-area .social-share-icons .social-icon {
    background-color: #005840;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    text-decoration: none;
}
.content-section .content-area .social-share-icons .social-icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.content-section .content-area .social-share-icons .social-icon svg {
    width: auto;
    height: auto;
}
