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

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

.other-services .heading {
    color: #141821;
}

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

.services .custom-container .items .item {
    flex-basis: 24%;
}

@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%;
    }
}

 