.bBanner {
    padding: 150px 0 80px 0;
    background: linear-gradient(123deg, #fbeafa 70%, #eef3f7);
}

.bBanner h1 {
    font-size: 60px;
    margin-bottom: 12px;
    font-weight: 600;
}

.bBanner>div>span {
    display: inline-block;
    max-width: 850px;
    font-size: 22px;
}
.mobApp_breadcrumb{
    margin-bottom: 15px;
}
.mobApp_breadcrumb a {
    color: #2424fc;
}

.mobApp_breadcrumb img {
    width: 30px
}

.mobApp_breadcrumb,
.mobApp_breadcrumb a,
.mobApp_breadcrumb span {
    font-size: 14px;
}
.lifeat-wrap ul{
    gap: 1rem;
    margin-bottom: 40px;
}
.lifeat-wrap button{
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 30px!important;
}
.lifeat-wrap button.active{
    border-color: transparent;
}
.lifeat-wrap button:focus{
    outline: none;
}
.gallery-item{
    margin-bottom: 1.5rem;
}
.gallery-lightbox img{
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
@media all and (max-width:768px) {
    .bBanner h1 {
        font-size: 35px;
        margin-top: 2rem;
    }
    .bBanner>div>span{
        font-size: 12px;
    }
    .lifeat-wrap{
        margin-top: 35px;
    }
    .gallery-lightbox img{
        height: 300px;
    }
}