@media (max-width: 980px){
	.guests .guest-img {
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px;
    float: none;
}
.guests .guest-content {
    padding-left: 0;
    width: 100%;
}
.guest-content-section {
    min-height: auto;
}
section.mgnmt-sec .screening-image {
    padding-left: 0;
    padding-right: 0;
}
.screening-image {
    width: 100%;
    padding: 0;
}
.screening-content{
    padding: 40px;
    width: 100%;
    height: auto;
}
.screening-image img {
    height: 400px;
    }
    .row.guest-screening{
        margin-bottom: 50px;
    }
    .guest-screening.rev{
        flex-direction: column-reverse;
    }
    section.mgmt-title h1{
    font-size: 40px;
}
}
@media (max-width: 540px){
.cta h5{
padding: 0;
font-size: 21px;
}
section.mgmt-title h1{
    font-size: 32px;
}
form.manage-form{
    padding: 20px;
}
.fields .main-label {
    width: 100%;
    }
    .fields .common-i {
    width: 100%;
}
.fields{
    gap: 10px;
    flex-direction: column;
}
.fields select{
    width: 100%;
}
section.mgmt-title{
    padding-top: 40px;
}
.screening-image img {
    height: 300px;
    }
    .screening-content {
        padding: 25px;
    }
    .features-sec .col-4{
        width: 100%;
        padding: 0;
    }
        .row.guest-screening {
        margin-bottom: 30px;
    }
    .features-sec .row{
        gap: 30px 0;
    }
}
@media (max-width: 360px){

}