.paragraph--type--dos-imagenes-y-enlace {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.image-section__row {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.image-section__item {
    max-width: 100%;
}

.image-section__btn {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}
