.secondary-banner-sec{
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 96px;
    padding-bottom: 96px;
    width: 100%;
    background-size: cover;
}
.secondary-banner-content{
    width: 100%;
    position: relative;
}
.secondary-banner-title{
    font-size: 46px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: #E2F5E9 !important;
    margin-bottom: 18px !important;
}
.content-tab--blue > .container {
    background: #fff;
    border-radius: 0;
    margin-top: 0px;
    border: none;
}

.secondary-banner-desc{
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: #FFFFFF !important;
}
@media only screen and (max-width: 1024px){
.secondary-banner-sec{
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 64px;
    padding-bottom: 64px;
}
.secondary-banner-title{
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}
}