.services-one__single {
    position: relative;
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    /* remove padding so image touches edges */
}

/* Make image full width, flush with top and sides */
.services-one__image img {
    width: 100%;
    /* height: auto; */
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    margin: 0;
}

/* Optional: content padding */
.services-one__content-box {
    padding: 15px;
}

.services-one__description {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: justify;
}
