.text-tag{
    color: #0065cd;
    margin-bottom: 20px;
    font-weight: 500;
}
.wellness-img{
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.service {
    margin: 60px auto;
    width: 100%;
    max-width: 1200px;

}
.service2 {
    margin: 60px auto;
    width: 100%;
    max-width: 1000px;
}

.service2 p{
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}
.bells{
    font-weight: 500 !important;
}

 @media (max-width: 767px) {
    .service2 .col-md-4{
        display: none !important;
    }
 }