.credifas-why {
    width: 100%;
    padding: 116px 24px 132px;
    background: #fff;
    color: #000;
    font-family: "Open Sans", "Lato", sans-serif;
}

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

.credifas-why__title {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -2.5px;
    text-align: center;
}

.credifas-why__title strong {
    color: #5c51d1;
    font-weight: inherit;
}

.credifas-why__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 21px;
    width: min(1532px, 100%);
    margin: 67px auto 0;
}

@media (max-width: 1100px) {
    .credifas-why__grid {
        grid-template-columns: repeat(2, minmax(0, 367px));
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .credifas-why {
        padding: 78px 16px 88px;
    }

    .credifas-why__title {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1.5px;
    }

    .credifas-why__title strong {
        display: block;
    }

    .credifas-why__grid {
        grid-template-columns: minmax(0, 367px);
        gap: 16px;
        margin-top: 44px;
    }
}
