

@media (max-width: 980px) {
  .screening-image {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
}
  
  
.screening-content {
    width: 100%;
}
  
.screening-image img {
    height: 350px;
} 
  
  section.features-sec .row {
    gap: 30px 0;
    justify-content: center;
}
  
}

@media (max-width: 540px) {
  
  .row.guest-screening {
    margin-bottom: 40px;
}

  .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: 20px;
  }
  .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;
  }
  
  .features-sec {
    padding-bottom: var(--p20);
}
  
}
  

