.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: 500px;
    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: #f7f7f7;
}
section.about-guest.rev{
    background-color: #fff;
}
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: #06406fe3;
    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: #06406F;
    border-radius: 30px;
    text-align: center;
}
section.abt-cta .abt-cta-content h3{
    font-size: 57px;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}
.contact-info-box h5{
        font-weight: 500;
    line-height: 1.5;
    font-size: 15px;
    font-family: var(--heading-font);
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.contact-info-box p{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap:5px;
    line-height: 1.2;
}
.contact-info-box .box-inner{
margin-bottom: 30px;
}
.contact-info-box:last-child .box-inner{
margin-bottom: 0px;
}
section.experience-section p{
    line-height: 1.5;
}
section.abt-head, section.abt-head p{
    text-align: center;
}
section.abt-head{
    padding-bottom:0;
}
section.meet-team {
    background: var(--lt-bg-color);
}
section.meet-team img{
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
    width:100%;
    height:320px;
    object-fit:cover;
}
section.meet-team .head-sec{
  margin-bottom:40px;
}
section.meet-team .meet-team-img{
 margin-bottom:20px; 
}
section.meet-team h3{
 font-size: 28px;
    margin-bottom: 0; 
}
section.meet-team .row{
 gap:30px 0; 
}
section.we-set-up .head-sec{
    margin-bottom: 40px;
}
section.we-set-up .col-1.center {
    border-left: 2px solid var(--secondary-color);
  padding: 0;
}
section.we-set-up .col-1.center svg{
 width: 26px;
    height: 25px; 
}
section.we-set-up h3{
  font-size: 24px;
  margin-top:8px;
  margin-bottom:8px;
}
section.we-set-up p{
  margin-top:15px;
  margin-bottom:15px;
}
section.we-set-up .inner-center {
    margin-top: 15px;
    margin-left: -13px;
}