.section-heading{
   color: var(--primary-text);
 }
  .screening-content h2{
    color: #000;
    font-weight: 400;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 15px;
 }
.about-us-image-section img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}
.about-our-services h6{
    font-size: var(--f18);
}
.about-our-services .middle-our-ser-icon-col{
    border-right: 1px solid #e4e0da;
    border-left: 1px solid #e4e0da;
}
section.about-us-image-section .row, section.about-us-image-section .col-lg-6{
      margin-top: 0;
    margin-bottom: 0;
}
section.about-us-image-section .rev{
 margin-top:60px;
  margin-bottom:60px;
}
section.about-us-image-section .rev:last-child{
  margin-bottom:0px;
}
section.about-us-image-section li {
    color: #2a2a2a;
    font-family: var(--secondary-font);
    font-size: var(--f16);
    line-height: 27px;
    letter-spacing: 0.05em;
    font-weight: 400;
    list-style: inside;
}
section.about-us-image-section.rev {
    background: var(--secondary-color);
}
section.about-us-image-section.rev h2, section.about-us-image-section.rev p, section.about-us-image-section.rev li, section.about-us-image-section.rev h3, section.about-us-image-section.rev h4, section.about-us-image-section.rev h5, section.about-us-image-section.rev h6{
 color:var(--white-color); 
}

.cta h3 {
    width: 60%;
    margin: auto;
    color: #508752;
    line-height: 1.5;
    text-shadow: 1px 1px 4px #000000a8;
    text-align: center;
    margin-bottom: 20px;
}

.cta p {
    font-size: 16px;
    width: 70%;
    margin: auto;
    color: var(--white-color);
    line-height: 1.5;
    text-shadow: 1px 1px 4px #000000a8;
    text-align: center;
}

.cta a.main-btn {
    display: block;
    width: 150px;
    margin: auto;
    /* border-radius: 7px; */
    text-decoration: none;
    /* color: var(--btn-color); */
    /* background-color: var(--white-color); */
    /* border-color: var(--white-color); */
    /* margin-top: var(--m40); */
}

section.cta-sec {
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}

.cta {
    background-image: url(https://www.bnbgulfcoast.com/front/css/images/cta-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--p80) var(--p40);
    text-align: center;
    border-radius: 10px;
    height: 420px;
    position: relative;
}

.cat-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    border-radius: 10px;
}

.cta h3 {
    width: 100%;
    margin: auto;
    color: var(--white-color);
    line-height: 1.5;
    text-shadow: 1px 1px 4px #000000a8;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 85px;
}

.cta p {
    font-size: 16px;
    width: 70%;
    margin: auto;
    color: var(--white-color);
    line-height: 1.5;
    text-shadow: 1px 1px 4px #000000a8;
    text-align: center;
    max-height: 96px;
    overflow: hidden;
}
section.cta-sec {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.cta-sec span{
color:var(--link-color);
    text-transform:uppercase;
    display:block;
    font-size:18px;
    margin-bottom:15px;
}
section.cta-sec .cta-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: #0000007d;
}
section.cta-sec .container{
    position:relative;
    width: 100%;
    text-align: center;
}
section.cta-sec h2{
    color:var(--white-color);
    text-shadow: 0 0 3px #00000047;
    margin-bottom: 10px;
}
section.cta-sec p{
        color: var(--white-color);
        text-shadow: 0 0 3px #00000047;
        margin-bottom: 10px;
}
section.cta-sec .main-btn{
    min-width: 230px;
    width: 350px;
}
section.cta-sec h3{
    color:var(--white-color);
}
section.cta-sec .cta-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    /* gap:25px; */
    margin-top: 30px;
    gap: 20px;
}
section.cta-sec .first-btn{
    background:var(--book-color);
}
section.cta-sec .first-btn:hover{
    background:var(--book-hover);
}