@media (max-width: 980px){
    .about-head h1 {
    margin: 0;
    font-size: 34px;
}
    .screening-content {
    padding: 20px 12px;
}
  .mgmt-cont a.mgmt-badge {
    font-size: 17px;
}
  .screening-image img {
    height: 350px;
}
}

@media (max-width: 540px){
      .about-head h1 {
    font-size:28px;
}
  
 .overlay, section.about-banner {
    height: 60vh;
  }
.screening-image img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

  .mgmt-cont a.mgmt-badge {
    font-size: 15px;
}

}