.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper h1 {
    padding-left: 1.5rem;
}

.swiper-slide--container {
    position: relative;
    width: auto;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    margin: 1rem 0.5rem 3rem;
    border-radius: 1rem;
    box-shadow: 5px 8px 20px 8px var(--lightgray);
    text-align: left;
}

@media (min-width: 600px) {
    .swiper-slide--container {
        width: 22rem;
        margin: 4rem 1rem 1rem;
    }
}

.swiper-slide--wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 1rem;
}

@media (min-width: 992px) {
    .swiper-slide--wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0 auto;
    }    
}

.swiper-slide--container div {
    display: flex;
    align-items: center;
    margin: .5rem 0;
}

.swiper-slide--container div > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    padding: .5rem  0 0 .5rem;
}

.swiper h1,
.swiper h2 {
    text-align: left;
    margin: 0;
    padding-left: 1.5rem;
}

.swiper h1 {
    max-width: 27rem;
    width: 100%;
}

p {
    padding: 0 1.5rem;
}
.swiper-slide--container div h1 {
    color: var(--red);
    font-size: 3.5rem;
}

.swiper h2 {
    color: var(--dark);
    font-family: 'TazBold';
    font-size: 1.25rem;
    text-transform: none;
    text-decoration: none;
}

.swiper-slide {
    padding-bottom: 1rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide div p {
    font-size: 1rem;
    line-height: 1.4rem;
}

.swiper-slide--item {
    position: absolute;
    top: 2rem;
    padding: 0 1rem;
}

@media (min-width: 992px) {
    .swiper-slide--item {
        top: 8rem;
        max-width: 43rem;
        padding: 0 5rem;
    }
}

.swiper-slide img {
    display: block;
    width: 135px;
    height: auto;
    object-fit: contain;
}

.swiper-slide--one-slide {
    width: 100%;
 }
 
.swiper-slide--arrow {
    max-width: 1.3rem !important;
    margin-left: 1.5rem;
 }

.swiper-pagination {
    position: relative !important;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 800px) {
    .swiper-pagination {
        width: 80%;
    }
}

.swiper-pagination ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 800px) {
    .swiper-pagination ul {
        flex-direction: row;
        justify-content: center;
    }  
}

.swiper-pagination ul li {
    min-width: 6rem;
    margin: 0.5rem 0;
    background: transparent;
    font-family: 'TazBold';
    text-align: center;
    list-style-type: none;
    text-transform: uppercase;
}

.swiper-pagination-bullet-active {
    color: var(--red);
    text-decoration: underline;
}

.saving--bubble {
    position: absolute;
    top: -2rem;
    right: 0;
    z-index: 50;
}

@media (min-width: 600px) {
    .saving--bubble {
        top: -2rem;
    }
}

ul.monthly {
    margin: 0 auto 1rem;
    list-style-type: disc;
}

ul.monthly li::before {
    content: "\2022";
    color: var(--orange);
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem; 
}

ul.monthly li {
    font-size: 1rem;
    line-height: 1.4rem; 
}

button.more {
    padding: .7rem;
    background: rgb(249,158,30);
    background: linear-gradient(180deg, rgba(249,158,30,1) 0%, rgba(236,34,39,1) 100%);
}

.benefits {
    height: 41rem;
    margin: 0 auto;
    padding-top: .2rem !important;
    background: linear-gradient(0deg, rgba(249,158,30,1) 0%, rgba(236,34,39,1) 100%);
}

@media(min-width: 800px) {
    .benefits {
        max-height: 40rem;
    }
}

.module {
    display: block !important;
    height: 100%;
    padding: 1.5rem 0 0 0;
    margin: 0 .2rem !important;
    border-radius: 0.9rem 0.9rem 0 0;
    background: white;
    color: var(--dark);
}

.module > h1 {
    color: var(--dark) !important;
}