.kf-simple-card {
    padding: 50px;
    box-sizing: border-box;

    height: 100%;

    border: 1px solid #1A182526
}


.kf-simple-card__overline {
    opacity: 0.85;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 8%;
    text-transform: uppercase;
}

.kf-simple-card__overline p:first-child:before {
    content: "////";
    margin-right: .2em;
    letter-spacing: 16%;
}

.kf-simple-card__title {
    font-weight: 300;
    font-size: var(--wp--preset--font-size--x-60);
    line-height: 100%;
}

.kf-simple-card__title em {
    font-family: "source-serif-4", serif;
}

.kf-simple-card__title.kf-simple-card__title p {
    margin: .4em 0 0 0;
}

.kf-simple-card__subtitle {
    opacity: 0.85;

    margin-top: 50px;

}

.kf-simple-card__subtitle,
.kf-simple-card__subtitle p {
    font-weight: 400;
    font-size: var(--wp--preset--font-size--default);
    line-height: 150%;
}

/* Style variations */
.kf-simple-card--style1 {
    background-color: #ffffff;
}

.kf-simple-card--style1 .kf-simple-card__overline {
    color: #5F61FF;
}

.kf-simple-card--style2 {
    border-color: transparent;
    background-color: #2D2F8F;
    color: #ffffff;

    background:
        linear-gradient(72.39deg, #A5A7FF 0%, #5F61FF 50%, #2D2F8F 100%);
}

@media (max-width: 767px) {
    .kf-simple-card {
        padding: 20px 20px 40px;
    }
    .kf-simple-card__subtitle {
        margin-top: 20px;
    }

    .kf-simple-card__subtitle p:last-child {
        margin-bottom: 0;
    }
}