.banner-fibra-med .m-slider__wrap {
    max-height: 150px;
}

.banner-fibra-med .m-item-actions {
    margin-top: 38px;
}

@media (min-width:769px) {
    .banner-fibra-med .m-slider__wrap {
        max-height: 90px;
    }
}

.banner-Generico .m-item-actions {
    margin-top: 109px;
    margin-left: 0;
}

@media (min-width:769px) {
    .banner-Generico .m-item-actions {
        margin-top: 13px;
        margin-left: 29%;
    }
}

.banner-fibra-900 .m-item-actions {
    margin-top: 82px;
}

@media (min-width:769px) {
    .banner-fibra-900 .m-item-actions {
        margin-top: 15px;
    }
}

.banner-25 .m-item-actions {
    margin-top: 78px;
    margin-left: 0;
}

@media (min-width:769px) {
    .banner-25 .m-item-actions {
        margin-top: 15px;
        margin-left: 68px;
    }
}

.banner-cobre .m-item-actions {
    margin-left: 0;
    margin-top: 85px;
}

@media (min-width:769px) {
    .banner-cobre .m-item-actions {
        margin-top: 15px;
        margin-left: 62px;
    }
}

.banner-deskt .m-slider__wrap {
    max-height: 170px;
}

.banner-deskt .m-button {
    text-align: center;
    line-height: 18px;
}

@media (min-width:769px) {
    /* No hay estilos específicos para desktop en el original para este selector */
}

.BannerAutogestion .m-slider__wrap {
    max-height: 48px;
}

.BannerAutogestion .m-item-title {
    font-size: 18px;
}

@media (min-width:769px) {
    /* No hay estilos específicos para desktop en el original para este selector */
}

.banner-marcacion .m-item-title {
    display: none;
}

.banner-marcacion .m-button {
    text-align: center;
    line-height: 18px;
}

@media (min-width:769px) {
    .banner-marcacion .m-item-title {
        display: block; /* Asumiendo que quieres que se muestre en desktop */
    }
}