.kredit-banks__title {
    text-align: center;
}

.kredit-banks__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .kredit-banks__wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.kredit-banks__item {
    background: #eff6f9;
    border-radius: 20px;
    height: clamp(6.25rem, 5.25rem + 5vw, 11.25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.kredit-banks__item img {
    width: 100%;
    object-fit: scale-down;
}

.kredit-benefit {
    background: linear-gradient(180deg, #f8fafa 0%, #ffffff 100%);
}

.kredit-benefit__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(2rem, 1.525rem + 2.38vw, 4.375rem);
    gap: 30px;
}

@media (max-width: 1024px) {
    .kredit-benefit__wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.kredit-benefit__item {
    background: #eff6f9;
    height: clamp(11.5rem, 9.875rem + 8.13vw, 19.625rem);
    border-radius: 20px;
    padding: clamp(2rem, 1.725rem + 1.38vw, 3.375rem) clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
    display: flex;
    flex-direction: column;
}

.kredit-benefit__item-title {
    font-size: clamp(4rem, 3.3rem + 3.5vw, 7.5rem);
    font-weight: 700;
    line-height: 1;
    height: 120px;
    letter-spacing: -0.05em;
    background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.kredit-benefit__item-title span {
    font-size: clamp(2rem, 1.65rem + 1.75vw, 3.75rem);
    line-height: 1.3;
    padding-left: 10px;
}

.kredit-benefit__item-desription {
    font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
    font-weight: 500;
    line-height: 1.3;
    margin-top: 30px;
}

.special-offer__wrapper {
    display: flex;
    gap: clamp(2rem, -0.114rem + 10.57vw, 7.813rem);
}

@media (max-width: 768px) {
    .special-offer__wrapper {
        flex-direction: column;
    }
}

.special-offer__image {
    width: 445px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .special-offer__image {
        order: 2;
        width: 100%;
    }
}

.special-offer__list {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}

.special-offer__item-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.special-offer__item-icon {
    width: 30px;
    height: 30px;
    background-image: url(/img/blocks/kredit-special-offers/list-icon.svg);
}

.special-offer__item-title {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    font-weight: 700;
    line-height: 1.3;
}

.special-offer__item-description {
    margin-top: 16px;
    line-height: 1.5;
}

.kredit-installment-steps {
    background: linear-gradient(180deg, #f8fafa 0%, #ffffff 100%);
}

.kredit-installment-steps__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

@media (max-width: 768px) {
    .kredit-installment-steps__items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.kredit-installment-steps__item {
    background: #eff6f9;
    padding: clamp(2rem, 1.5rem + 2.5vw, 3.375rem) clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
    border-radius: 20px;
}

.kredit-installment-steps__item-title {
    font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    font-weight: 800;
    line-height: 1.3;
    background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.kredit-installment-steps__item-subtitle {
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    font-weight: 700;
    line-height: 1.3;
    margin-top: 30px;
}

.kredit-installment-steps__item-description {
    margin-top: 16px;
}