.breadcrum-header{
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.service-entry ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}

.service-entry ul li {
    position: relative;
    width: calc(33% - 15px);
    line-height: 1.5em;
    padding-left: 25px;
}
@media only screen and (max-width: 767px) {
    .service-entry ul li {
        width: 100%;
    }
}

.challenge-treatment-box ul li {
    position: relative;
    width: calc(100% - 15px);
    line-height: 1.5em;
    padding-left: 25px;
}
.section-title h2 {
    font-size: 38px;
    margin-bottom: 0;
    cursor: none;
    
}
.service-entry h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
.challenge-treatment-content h4 {
    font-size:18px;
}