/*About Owner css*/
 .screening-content h2{
    font-size: 28px;
    line-height: 1.3;
    font-family: var(--heading-font);
    margin-bottom: 20px;
 }
  .screening-content h3{
    color: var(--black-color);
    font-weight: 400;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 15px;
 }
 .screening-image img{
    height: 335px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.screening-content{
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.screening-content h3 {
    font-size: 28px;
}
section.about-guest {
    background-color: var(--lt-bg-color);
}
section.about-guest.rev{
    background-color: var(--white-color);
}
section.about-guest.rev .screening-content{
    padding-left: 12px;
    padding-right: 5%;
}
section.choose-us-head {
    /* padding: 0; */
    background: var(--lt-bg-color);
    padding-bottom: 15px;
}



.choose-us-upper h2{
 text-align:center;
}


.choose-us-upper{
  padding:20px;
}















