.c-mssinfo {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
}

.c-mssinfo__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    padding: 2rem 1rem;
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/ayuda/puntos-de-atencion/bg-mss-info-mov.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-mssinfo__title {
    font-size: clamp(0.87rem, 3vw, 1rem);
    line-height: 1.4;
    max-width: 550px;
    text-align: center;
}

.c-mssinfo__title strong {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    line-height: 1.4;
}

.c-mssinfo__options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    width: 100%;
    max-width: 350px;
}

.c-options-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
    border-radius: 8px;
    padding: .5rem;
}

.c-options-item--col2 {
    grid-column: span 2;
}

.c-options-item__icon {
    font-size: 1.55rem;
}

.c-options-item__wp {
    color: #5CB615;
}

.c-options-item__text {
    font-size: 0.87rem;
    line-height: 1.4;
}

.c-options-item__text span {
    display: block;
}

@media screen and (min-width:768px) {

    .c-mssinfo__box {
        flex-direction: row;
        justify-content: space-evenly;
        background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/ayuda/puntos-de-atencion/bg-mss-info-desk.webp);
    }

    .c-mssinfo__title {
        text-align: left;
    }

    .c-options-item {
        gap: 12px;
    }
}