#news {
  padding: 50px 10px;
}

#news h1{
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        font-size: 34px;
        letter-spacing: 0.05px;
        color: #0E4603;
        font-weight: 800;
        margin-bottom: 20px;
}

#news h3 {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: #6AC334;
    font-weight: 600;
    margin-top: 15px;
    padding-bottom: 5px;
}

#news h3 a, #news .social-video a{
 text-decoration: none; 
 color:#6AC334 !important;
}

#news .youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}


#news .youtube-reels {
  aspect-ratio: 9 / 16;
  width: 100%;
}

@media screen and (max-width: 992px) {
  #news h1{
        font-size: 24px;
}
  
  #news h3{
    font-size:18px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {

#news hr {
    margin-top: 40px;
    margin-bottom: 40px;
}
}