.breadcrumb-wrap {
    /* padding: var(--p20); */
    /* background-color: var(--lt-bg-color); */
    /* border-bottom: 1px solid var(--white-color); */
}
.breadcrumb{
    /* color: var(--white-color); */
}


/* about eliza */
section.about-eliza .heads img{
    width: auto;
    height: 60px;
    }
    section.about-eliza .heads h2{
        margin-top: 0;
        font-weight: 900;
        /* font-family: var(--primary-font); */
        color: var(--black-color);
        text-transform: uppercase;
        text-transform: capitalize;
        color: var(--secondary-color);

    }
  
    section.about-eliza .heads h4{
        color: var(--black-color);
        font-size: var(--f17);
        font-family: var(--primary-font);
        font-weight: 400;
        letter-spacing: 1px;
        margin-top: var(--m15);
    }
    section.about-eliza .heads .abt-dash{
        width: 140px;
        height: 2px;
        background: var(--secondary-color);
        border-radius: 2px;
        margin-top: var(--m10);
        margin-bottom: var(--m10);
    }
    section.about-eliza .cont {
       
    }
    section.about-eliza .img{
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }
    section.about-eliza .img-sec{
        
        height: 100%;
    
    }
    section.about-eliza .img{
        float: left;
        margin-right: var(--m40);
        width: 45%;
    }
    section.about-eliza .img img{
        width: 96%;
        height: 450px;
        border-radius: 15px;
        object-fit: cover;
    }
    section.about-eliza{
        background: #fffbfb;
    }
    section.about-eliza a.main-bttn{
    position: relative;
    top: 20px;
    }
    
section.about-eliza .content{
    /* height: 470px; */
}
.upper-head {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}
 .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;
    width: 60%;
}
.screening-image {
    width: 40%;
}
.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.cta {
    background: url(../images/cta-about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    height: 450px;
    width: 100%;
    background-attachment: fixed;
}
section.about-eliza .head-sec p{
    text-align: center;
    margin-bottom: 40px;
}
section.about-eliza h1{
    font-size: 36px;
    color:var(--heading-color) !important;
}

section.about-eliza h2{
    font-size: 28px;
}
section.about-eliza h3{
    font-size: 25px;
}
}