.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;
}

section.about-guest.rev{
    background-color: var(--lt-bg-color);
}
section.about-guest.rev .screening-content{
    padding-left: 12px;
    padding-right: 5%;
}