.banner-main {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 280px;
    display: flex;
    align-items: end;
    padding-bottom: 78px;
    padding-top: 50px;
}

.banner-content {
    padding-bottom: 25px;
}

.banner-text {
    max-width: 700px;
}

.banner-text h2 , .banner-text li {
    color: #FFFFFF;
}

.banner-text a {
    color: var(--green);
}

.banner-text a:hover {
    color: var(--white);
}

.banner-text p , .mobile-content {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.banner-main .container {
    width: 100%;
}

/* .single-service .banner-text h2{
    color: var(--dark-purple);
} */

.banner-text .read-more {
    display: inline-block;
    padding: 10px 0px;
    padding-top: 0px;
    /* color: white; */
    text-decoration: underline;
}

.mobile-content , .banner-text .read-more{
    display: none;
}

.banner-text .read-more {
    color: var(--dark-purple) !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.page-id-31 .banner-main{
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .desktop-content {
        display: none;
    }
    .mobile-content ,.read-more{
        display: block;
        font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    }
    .banner-text .read-more {
        display: block;
    }
}