.section-card {
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    position: relative;
}

.section-card .stretched-link::after {
    transition: all 0.3s linear;
    border-radius: 25px;
    bottom: 0;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.16);
    content: "";
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    top: 0
}

.section-card .stretched-link:hover,
.section-card2 .stretched-link:focus {
    text-decoration: none
}

.section-card .stretched-link:hover::after,
.section-card2 .stretched-link:focus::after {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.section-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 20px 24px 20px 20px;
}

.section-card__title {
    color: #00467e;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-block-end: 8px !important;
}

.section-card__desc {
    color: #00467e;
    font-size: 16px;
    line-height: 1.5;
    margin-block-end: 18px !important;
}

.section-card__more {
    margin-block-start: auto;
    position: static;
}

.section-card__more.elementor-element .elementor-button {
    /* font-family: var(--e-global-typography-d658200-font-family), Sans-serif;
    font-size: var(--e-global-typography-d658200-font-size);
    font-weight: var(--e-global-typography-d658200-font-weight);
    line-height: var(--e-global-typography-d658200-line-height); */
    font-family: Montserrat, Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: 4px;
    padding-top: 4px
}

.section-card__preview {
    border-radius: 25px;
    flex-shrink: 0;
    display: none;
    overflow: hidden;
    width: 261px;
}

.section-card__preview-img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


@media (min-width: 576px) {
    .section-card__title {
        min-height: 72px;
        margin-block-end: 12px !important;
    }

    .section-card__desc {
        margin-block-end: 16px !important;
    }
}

@media (min-width: 768px) {
    .section-card__preview {
        display: block;
    }
}
