.c-offtotal-rd {
    padding: 2.5rem 1rem;
}

.c-offtotal-rd__box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.c-offtotal-rd__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    gap: 1rem;
    max-width: 500px;
    min-height: 150px;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0px 4px 8px 0px #00000040;
}

.c-offtotal-rd__item:last-child {
    max-width: 535px;
}

.c-offtotal-rd__blue{
    background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/movistar-total-rd/oferta-especial-rd/bg-offtotal-blue.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.c-offtotal-rd__gray{
    background-image: url("https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/movistar-total-rd/oferta-especial-rd/bg-offtotal-gray.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.c-offtotal-rd__info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.c-offtotal-rd__icons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 4px;
    font-size: 2.1rem;
}

.c-offtotal-rd__item p {
    font-size: .85rem;
    line-height: normal;
}

.c-offtotal-rd__btn {
    padding: 8px 1rem;
    border-radius: 20px;
    text-align: center;
    font-family: var(--f4);
    line-height: normal;
}

@media screen and (min-width:768px) {
    .c-offtotal-rd__item {
        grid-template-columns: 1fr auto;
        grid-template-rows: 1fr;
        place-items: center;
        padding: 1rem 1.4rem;
    }

    .c-offtotal-rd__info {
        flex-direction: column;
        align-items: flex-start;
    }

    .c-offtotal-rd__item p {
        font-size: .95rem;
    }
}