/** SERVICE CARDS **/

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

.d-con-service-detail {
    gap: 1em;
}

.services #serv-container .d-service-cards-container .d-service-card:last-child {
    flex-grow: 0;
}

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

.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%);
}

ul.d-service-summary-list li::marker {
    content: "⨠";
    color: #fff;
    font-family: 'FontAwesome';
}

ul.d-service-summary-list li {
    padding-left: 10px !important;
}

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

@media (max-width: 575px) {
   .services #serv-container .d-service-cards-container .d-service-card {
    width: 100%;
    margin-bottom: 40px;
    flex: 1 !important;
}
}