section.banner-component-rb {
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    background-size: 100% 170%;
    background-repeat: no-repeat;
}
section.banner-component-rb.bg-cover {
    background-size: cover;
    background-position: top;
}
.banner--TitleWraper h1 {
    font-size: 80px;
    color: #062D1F;
    font-weight: 400;
    line-height: 88px;
    margin-bottom: 30px;
}
.banner--ContentWraper p {
    color: #062D1F;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0px;
}
.banner--TitleWraper span#text {
    color: var(--primary-color);
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -1px;
}
section.service-banner-component-rb {
    padding: 20px 0px 0px;
    position: relative;
}
.service--featuredImage img {
    width: 100%;
}
.banner--ContentWraper.banner--Outerdiv {
    padding-bottom: 120px;
}
section.service-banner-component-rb .banner--ContentWraper {
    /* padding-bottom: 70px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner--BackCTA {
    /* position: relative; */
    /* top: -35px; */
    margin-bottom: 60px;
}
.banner--BackCTA a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.045px;
    color: var(--text-color);
    text-decoration: none;
}
.banner--BackCTA a img {
    height: 30px;
}


/* Layout 3 */
section.small-banner-component {
    padding: 60px 0px 60px 0px;
}
.banner--Eyebrow {
    margin-bottom: 20px;
}
.banner--Eyebrow h6 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.banner--CTAWraper {
    padding-top: 20px;
}
section.service-banner-component-rb.what-we-think-section {
    padding: 80px 0px 0px;
}
@media(max-width:768px){
    .banner--BackCTA a {
        font-size: 16px;
    }
    
    .banner--BackCTA a img {
        height: 25px;
    }
    section.small-banner-component {
        padding: 60px 0px 40px;
    }
    .banner--LogoWrap img {
        height: 50px;
    }
    .banner--BackCTA {
        margin-bottom: 30px;
    }

    .banner--LogoWrap {
        margin: 20px 0px;
    }
    .banner--ContentWraper.banner--Outerdiv {
        padding: 30px 0px 60px 0px !important;
    }
    .banner--TitleWraper h1 br{
        display:none;
    }
    .home--content-banner h2 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 20px;
    }
    .banner--TitleWraper h1 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 10px;
    }
    .banner--ContentWraper p {
        font-weight: 500;
        line-height: 22px;
        font-size: 18px;
    }
    .banner--ContentWraper p br{
        display:none;
    }
    .banner--TitleWraper h1 span#text {
        font-size: 48px;
        line-height: 56px;
    }
    section.service-banner-component-rb .banner--ContentWraper {
        margin: 0px 0px 10px;
        padding: 0px 0px 0px 0px !important;
        display: inline-block;
    }
    section.banner-component-rb{
        height: 400px;
        display: flex;
        background-size: 195%;
        background-repeat: no-repeat;
    }
    section.service-banner-component-rb {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    
    .banner--TitleWraper {
        margin-bottom: 20px;
    }
    
    .service--featuredImage img {
        height: 140px !important;
        object-fit: cover;
    }

    /* Service Overlay Banner */
    section.banner-component-rb.bg-cover {
        background-blend-mode: overlay;
        background-color: #00000063;
    }

    section.banner-component-rb.bg-cover h1, section.banner-component-rb.bg-cover p {
        color: #fff;
    }
}

@media(max-width:1024px) and (min-width: 769px){
    .banner--TitleWraper h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .banner--TitleWraper span#text{
        font-size: 60px;
        line-height: 60px;
    }
    .banner--BackCTA a {
        font-size: 14px;
    }
    .banner--BackCTA a img {
        height: 16px;
    }
}