/* review css */

.heading_sec{
    text-align: center;
}
.screening-image img {
    height: 370px;
    width: 100%;
    object-fit: cover;
   
}
.screening-content {
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.screening-content h3 {
    font-size: 28px;
}

section.about-guest.rev .screening-content {
    padding-left: 12px;
    padding-right: 5%;
}

.rev-content{
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
}
.screening-content {
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.heading_sec {
    margin-bottom: 20px;
    text-align: center;
}
.heading_sec h2 {
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 25px;
}
.services-heading {
    color: var(--secondary-color);
}

.heading_sec{
    margin-bottom: 80px;

}

section.banner-section {
    height: 650px;
    /* background: url(../images/contact-banner.webp); */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    position:relative;
}
section.banner-section .banner-overlay {background-color: rgba(3, 10, 27, .61);height: 100%;width: 100%;top: 0;left: 0;position: absolute;background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(255 255 255 / 50%));}
section.banner-section h1 {
    font-size: 3.2em;
    margin-bottom: 0;
}
section.banner-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position:relative;
}