.other-services .item .image {
    height: 500px;
}

.other-services .details {
    padding: 30px 20px;
}

.other-services {
    background-color: #ffff;
}

.other-services::before {
    background: none;
}

.other-services .profile-heading{
     color: #141821;
    font-weight:900;
}

.services .custom-container .items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.services .custom-container .items .item {
    flex-basis: 32%;
    margin: 0 auto;
}

@media (max-width:992px) {
    .services .custom-container .items .item {
        flex-basis: 32%;
    }
}

@media (max-width:610px) {
    .services .custom-container .items .item {
        flex-basis: 48%;
    }
}

@media (max-width:321px) {
    .services .custom-container .items .item {
        flex-basis: 100%;
    }
}
@media (max-width: 575px){
    .other-services .more {
       font-size: 9px !important;
    }
}
@media (max-width: 610px){
    .services .custom-container .items .item {
        flex-basis:100%;
    }
}
