/* PROMOTION LIST
-------------------------------------------------- */
.promotion-content-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.promotion-content-list-card-gray {
    background-color: #e2e2e2;
    padding: 3rem 6rem !important;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .promotion-content-list-card-white {
        background-color: #fff;
        padding: 1rem 1rem !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .promotion-content-list-card-white {
        background-color: #fff;
        padding: 2rem 5rem !important;
    }
}

.promotion-content-list-card-img {
    width: 100%;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}