.credifas-why-card {
    position: relative;
    width: 100%;
    min-height: 294px;
    overflow: hidden;
    border-radius: 30px;
    background: #f4f6fb;
    color: #000;
    font-family: "Open Sans", "Lato", sans-serif;
}

.credifas-why-card *,
.credifas-why-card *::before,
.credifas-why-card *::after {
    box-sizing: border-box;
}

.credifas-why-card__image {
    position: absolute;
    display: block;
    object-fit: contain;
}

.credifas-why-card__image--save-time {
    top: 3px;
    left: 0;
    width: 123px;
    height: 123px;
}

.credifas-why-card__image--secure-credit {
    top: 19px;
    left: 12px;
    width: 84px;
    height: 84px;
}

.credifas-why-card__image--service-24h {
    top: 11px;
    left: 5px;
    width: 111px;
    height: 111px;
}

.credifas-why-card__image--online {
    top: 14px;
    left: 20px;
    width: 95px;
    height: 95px;
}

.credifas-why-card__content {
    padding: 130px 18px 32px;
    text-align: center;
}

.credifas-why-card__title {
    min-height: 44px;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -.04em;
}

.credifas-why-card__description {
    max-width: 320px;
    margin: 0 auto;
    color: #606476;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.025em;
}

@media (max-width: 767px) {
    .credifas-why-card {
        min-height: 276px;
        border-radius: 24px;
    }

    .credifas-why-card__content {
        padding-top: 122px;
    }

    .credifas-why-card__title {
        font-size: 28px;
        line-height: 38px;
    }

    .credifas-why-card__description {
        font-size: 16px;
        line-height: 21px;
    }
}
