.feature-card {
    max-width: 412px;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 412px;
}
.feature-card .feature-card-inner {
    display: flex;
    padding: 32px;
    padding-top: 144px;
    margin-top: -112px;
    flex-direction: column;
    gap: var(--s2, 16px);
    border-radius: 16px;
    background: var(--Vivid-Blue-vivid-07, #00448F);
    flex: 1;
    height: 100%;
}
.feature-card h4  {
    color: #fff !important;
    margin-bottom: 0;
}
.feature-card .content p  {
    color: #fff !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.081px;
}
.feature-card .content p:last-child  {
    margin-bottom: 0;
}
.feature-card .feature-screenshot  {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    margin-left: 24px;
    margin-right: 24px;
    z-index: 1;
}
.feature-card .feature-screenshot img {
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgba(55, 64, 70, 0.15);
}

.fx-layout.fx-layout-3-col .feature-card {
    max-width: none;
    min-width: 0;
}
.cards-carousel-column .feature-card {
    max-width: none;
    min-width: 0;
    margin-right: 16px;
}


@media (max-width: 500px) {
    .feature-card {
        min-width: 0;
        max-width: none;
    }
}
