.site-notice-section {
    background-color: var(--fv-primary-bg-color);
    padding: 80px 0 ;
}
.site-notice-section .section-heading,.site-notice-section .section-heading h2 {
    text-align: left;
}
.site-notice-section .section-heading p {
    max-width: 100%;
    line-height: 40px;
    font-weight: 500;
}
.site-notice-section .title-content {
    color: var(--fv-green-dark-color);
    font-weight: 500;
}
.site-notice-section .link-tag a {
    color: var(--fv-green-dark-color);
    text-decoration: underline;
}
.site-notice-section .link-tag a:hover {
    color: var(--fv-black-color);
}
.site-notice-section .content-details {
    margin-bottom: 1.5rem;
}
.site-notice-section .content-details p {
    margin: 0;
}
.site-notice-section .content-details .title-content {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}
.site-notice-section .content-page {
    max-width: 50%;
}
@media (max-width:1024px) {
    .site-notice-section .content-page {
        max-width: 100%;
    }   
}

@media (max-width: 767px) {
    .site-notice-section {
        padding: 40px 0;
    }
    .site-notice-section .section-heading p {
        text-align: left;
    }
}