

@media (max-width: 980px) {
  .screening-image {
    width: 100%;
}
  
  
 .screening-content {
    width: 100%;
}
  
}

@media (max-width: 540px) {

  .fields {
    display: block;
}
  
  .fields textarea.form-control.common-i {
    width: 100%;
}
  
  .fields select {
    width: 100%;
  }
  
  input.form-control.common-i {
    width: 100%;
}
  
  .fields .main-label {
    width: 100%;
}
.screening-image img {
    height: 300px;
}
  .screening-content {
    padding: 30px;
  }
  .screening-image {
        width: 100%;
        padding: 0;
    }
  section.mgnmt-sec {
    padding-bottom: 20px;
}
  section.features-sec .col-12{
    padding:0;
  }
   section.features-sec .row{
gap:30px 0;
  }
}
  

