.banner-section-one{
    padding: 100px 0px !important;
        min-height: auto !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
}
.banner-section-one .content-box .title{
        margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
}
.banner-section-one .content-box .text {
    color: var(--theme-color-light);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.banner-section-one .content-box::before{
    background-color: #fff;
}
