.services-section__cards-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.875rem;
    row-gap: 2rem;
    column-gap: 1.5rem;
    padding: 0 2.813rem;
}

.services-section__card {
    position: relative;
    max-width: 19.625rem;
    width: 19.625rem;
    min-height: 27.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #95A96E;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    overflow: hidden;
}

.services-section__card-title {
    padding: 0 1.281rem;
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 7.688rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Merriweather, sans-serif;
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.414rem;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    color: #F6ECE4;
}

.services-section__image-wrapper {
    padding: 0 1rem;
    border-top-right-radius: 9.25rem;
    position: relative;
    overflow: hidden;
    height: 11.875rem;
    width: 100%;
    clip-path: ellipse(70% 92% at 27% 79%);
}

.services-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-section__card-subtitle {
    padding: 0 0.438rem;
    position: relative;
    z-index: 15;
    width: 100%;
    min-height: 7.688rem;
    background-color: #62773B;
    box-shadow: 0 -1.625rem 0.938rem rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.238rem;
    text-align: center;
    color: #F6ECE4;
}