/** SERVICE CARDS **/

.services #u_content_custom_services_1 .d-service-cards-container .d-service-card {
    position: relative;
    margin-bottom: 0px;
    flex: 1 1 45%;
    margin: 1em;
    background: #f7f7f7;
    border-radius: 0.45em;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    overflow: hidden;
    border: 1px solid rgba(0 0 0 / .135);
}

.services .d-service-card p {
    padding: 1rem 2rem;
}

.services h3.d-service-card-title {
    font-size: clamp(16px, 1vw, 18px) !important;
    background: #410202b8;
    color: white !important;
    padding: 1.5rem 0.25em !important;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    right: 0;
    left: 0;
    text-align: center !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

@media (max-width: 768px) {
    .services div#u_row_13 p {
    padding: 20px;
}

.services div#u_row_14 {
    padding: 10px !important;
}

.services ul.d-service-summary-list {
    list-style-position: inside;
}

.services .d-service-card-img {
    height: 200px;
}
.services .d-service-card-img img {
    height: 100%;
    object-fit: cover;
}
}