@media (max-width: 980px){

    section.features-sec .col-lg-4{
        margin-bottom: 20px;
      padding: 0;
    }
.guest-content-section {
    min-height: auto;
}
}
@media (max-width: 540px){

    .row.guest-screening{
      margin-bottom: 30px;
  }
    section.mgnmt-sec .rev{
        flex-direction: column-reverse;
    }
    section.mgnmt-sec {
    padding-top: 10px;
    padding-bottom: 10px;
}
    .screening-content{
        width: 100%;
        flex-direction: row;
      height: auto;
    }

    .mgmt-cont{
        padding: 20px;
    }
    section.mgnmt-sec .col-12{
        padding: 0;
    }
    section.mgmt-title{
        padding: 40px 0 30px;
    }
    .screening-image img {
        height: 300px;
    }
    .screening-image {
         width: 100%; 
    }
    section.mgmt-title h1 {
        font-size: 28px !important;!import;!importn;!importna;!importnat;!importna;!importn;!i;!;!;!;
    }
    .guests .guest-img{
        width: 100% !important;
       margin-bottom: 20px;
    }
 .fields {
    align-items: flex-start;
   gap:10px;
    flex-direction: column;
    width: 100%;
}
  .fields .main-label {
    width: 100%;
  }
  .fields .common-i, .fields select {
    width: 100%;
}
h2 {
    font-size: var(--f32);
}
.guest-content-section h2{
    font-size: 28px;
}
  form.manage-form {
    padding: var(--p20) var(--p15);
  }
}
@media (max-width: 360px){
h2 {
    font-size: var(--f28);
}
}