.screening-content h2{
    /* font-size: 36px; */
    line-height: 1.2;
    /* font-family: var(--heading-font); */
    margin-bottom: 20px;
 }
  .screening-content h3{
    color: #000;
    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.experience-section {
    padding: 0
}

section.experience-section .experience-image {
    background-image: url("../images/choose.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

section.experience-section .experience-content {
    padding-top: 100px;
    padding-bottom: 100px
}

section.experience-section .experience-details {
    padding: 50px;
    box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    max-width: 700px;
    margin-left: -100px;
    background-color: rgb(0 0 0 / 80%);
    background-image: url(../images/frame.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    color:#fff;
}
section.experience-section .experience-details h2{
    color:#fff;
}
section.experience-section .experience-details p {
    margin-bottom: 35px;
    color:#fff;
}
section.experience-section .container-fluid {
    padding: 0;
}
section.abt-cta {
    background: url(../images/cta-abt.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.abt-cta .abt-cta-content {
    max-width: 900px;
    margin: auto;
    padding: 50px;
    background: rgb(0 0 0 / 60%);
    border-radius: 30px;
    text-align: center;
}
section.abt-cta .abt-cta-content h3{
    font-size: 57px;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}
