.news-banner-section{
    background-image: url('../images/news-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}
.section-main-title{
    font-size: 20px;
}
.section-main-title.orange{
    font-weight: bold;
    color: var(--main-orange-color);
}
.section-main-title.dark-blue{
    color: #2A2E41;
}
.section-text{
    font-size: 16px;
    line-height: 35px;
    color: #707070;
}
.youtube-vid{
    width: 100%;
    height: 450px;
}
.new-title{
    font-size: 16px;
    color:var(--main-orange-color);
}
.new-title.bold{font-weight: bold;}
.new-title:after{
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 10px;
    background-color: var(--main-orange-color);
}
.new-txt{
    font-size: 16px;
    color: #707070;
    line-height: 30px;
}
.new-subtitle{
    font-size: 16px;
    color:var(--main-orange-color);
}
#new-subtitle>p>strong{
    font-size: 22px !important;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-weight: bold!important;
    color: var(--main-orange-color) !important;
    font-family: var(--main-font-family), sans-serif !important;
}
#new-subtitle>p>iframe{
    width: 100% !important;
    height: 450px !important;
}
