
.sectionTitle {
    margin-top: 9rem;
    height: 60vh;
    background-size: cover !important;
    overflow: hidden;
}
.bg-overlay-news{height: 60vh;}
.page-title {
    color: #fff;
    font-size: clamp(2.5rem, 9vw, 9rem);
    line-height: 1.2;
    margin: 0;
    max-width: 90%;
    word-wrap: break-word;
    padding: 0 2.9rem;
}
.title-overlay {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
    padding: 6rem 1.5rem 0 1.5rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    box-sizing: border-box;
}
@media (max-width: 995px) {
    .page-title {padding:0}
    .title-overlay {bottom:0;padding: 6rem 1.5rem 0 0.5rem;}
}


