.loyalty-program {
    display: flex;
    justify-content: center;
    padding: 64px 0 40px;
    flex-direction: column;
    align-items: center;
}

.loyalty-program__container{
    max-width: 328px;
}

.loyalty-program__title {
    color: var(--Color-Content-General-1, #2C2C2C);
    padding-bottom: 0;
    margin-bottom: 16px;
}

.loyalty-program__subtitle {
    color: var(--Color-Content-General-2, rgba(71, 71, 71, 0.80));
    margin-bottom: 0;
}

.loyalty-program__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
}

.loyalty-program__image {
    background: url(/documents/20122/30247177/saldo_mi_iberdrola_360.webp);
    height: 250px;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 328px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 32px;
}

.loyalty-program__features {
    width: 328px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.loyalty-program__list {
    display: flex;
    padding: 0;
    justify-content: center;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 0;
    list-style: none;
}

.loyalty-program__item {
    display: flex;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    align-self: stretch;
}

.loyalty-program__icon {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.loyalty-program__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 2px;
    flex: 1 0 0;
    padding-top: 2px;
}

.loyalty-program__label {
    margin-bottom: 0;
}

.loyalty-program__description {
    color: var(--Color-Content-General-2, rgba(71, 71, 71, 0.80));
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .loyalty-program__image {
        background: url(/documents/20122/30247177/saldo_mi_iberdrola_576.webp);
        background-repeat: no-repeat;
        height: 250px;
    }

    .loyalty-program__container{
        max-width: 492px;
    }
    .loyalty-program__content {
        padding-top: 40px;
    }

    .loyalty-program__features {
        width: 100%;
    }

    .loyalty-program__list {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .loyalty-program__image {
        background: url(/documents/20122/30247177/saldo_mi_iberdrola_768.webp);
        background-repeat: no-repeat;
    }
    .loyalty-program__container{
        max-width: 672px;
    }
}

@media (min-width: 992px) {
    .loyalty-program__content {
        display: flex;
        flex-direction: row;
        margin: 0;
        gap: 32px;
        padding-top: 40px;
        align-items: center;
    }

    .loyalty-program__container{
        max-width: 828px;
    }
    .loyalty-program__list {
        gap: 32px;
    }
    .loyalty-program__image {
        margin-right: 0;
        margin-bottom: 0;
        width: 394px;
        height: 300px;
        min-width: 394px;
        background-repeat: no-repeat;
        background: url(/documents/20122/30247177/saldo_mi_iberdrola_992.webp);
    }

    .loyalty-program__features {
        gap: 16px;
        align-items: flex-start;
        padding: 0;
        align-self: stretch;
        max-height: 342px;
        flex: 1 0 0;
    }

    .loyalty-program__list {
        margin-bottom: 0;
        width: 100%;
    }

    .loyalty-program__icon {
        width: 32px;
        height: 32px;
    }

    .loyalty-program__text {
        gap: 4px;
        padding-top: 4px;
    }

    .loyalty-program__label {
        font-size: 16px;
        line-height: 22px;
    }

    .loyalty-program__description {
        font-size: 14px;
        line-height: 18px;
    }
    
    .loyalty-program__image {
        
    }
}

@media (min-width: 1200px) {
    .loyalty-program__content {
        padding-top: 40px;
        gap: 24px;
    }

    .loyalty-program__container{
        max-width: 996px;
    }

    .loyalty-program__image {
        min-width: 478px;
        height: 300px;
        margin-right: 8px;
        width: 478px;
        background: url(/documents/20122/30247177/saldo_mi_iberdrola_1200.webp);
    }

    .loyalty-program__features {
        max-width: 478px;
        margin: 0;
        max-height: 330px;
        gap: 16px;
    }

    .loyalty-program__list {
        gap: 32px;
    }

    .loyalty-program__text {
        gap: 2px;
        padding-top: 2px;
    }

    .loyalty-program__icon {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 1920px) {

    .loyalty-program__container{
        max-width: 1272px;
    }

    .loyalty-program__features {
        max-width: 617px;
        margin-left: 0;
        margin-right: 0;
        min-height: 290px;
    }

    .loyalty-program__label {
        font-size: 18px;
        line-height: 24px;
    }
    .loyalty-program__image {
        min-width: 616px;
        background: url(/documents/20122/30247177/saldo_mi_iberdrola_1920.webp);
    }
}
