/*About Owner css*/
 .screening-content h2{
    font-size: 36px;
    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: 370px;
    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: #fff;
}
section.about-guest.rev{
    background-color: #f7f7f7;
}
section.about-guest.rev .screening-content{
    padding-left: 12px;
    padding-right: 5%;
}
section.choose-us-head {
    padding: 0;
}