.smarter-spending-section {
    padding-bottom: 3rem;
}

.smarter-spending-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 1.5rem 1rem 0.5rem 1rem;
    background-color: #f1f5fa;
    border-radius: 10px;
    height: 100%;
}

.smarter-spending-card p {
    text-align: center;
}

.smarter-spending-content .section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    height: 100%;
    border-radius: 10px;
    padding: 2rem;
}

.smarter-spending-content .section-header h3 {
    color: var(--white-color);
    text-align: center;
}


.how-to-card h4 {
    color: var(--main-btn-color);
    font-size: 15px;
}

.how-to-activate-section {
    padding-bottom: 3rem;
}

.how-to-activate-section .section-header {
    margin-bottom: 3rem;
}

.how-to-activate-content {
    border-radius: 20px;
    background-color: #f8f6f4;
    padding: 3rem 4rem;
}

.how-to-card h3 {
    font-size: 24px;
    line-height: 29px;
}

.how-to-step-image picture {
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

.card-mob {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: bottom;
}

.how-to-activate-mobile-swiper {
    width: 100%;
    overflow: hidden;
}

.card-mob br {
    display: block;
}

.how-to-activate-mobile-swiper-pagination {
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1080px) {
    .how-to-card h3 {
        font-size: 20px;
    }
    br {
        display: none
    }
}

.take-control-section {
    padding-bottom: 3rem;
}
.take-control-section .section-header {
    padding-bottom: 2rem;
}

.take-control-image picture {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.take-control-points {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.take-control-point {
    display: flex;
    align-items: center;
    gap: 2rem;
    border-radius: 20px;
    background-color: #f1f5fa;
    padding: 1.5rem 0 1.5rem 2rem;
    width: 100%;
}

.take-control-point h4 {
    color: var(--text-muted);
    margin-top: 2px;
}

.take-control-point-icon img {
    width: 45px;
}


.who-can-use-av-section {
    padding-bottom: 3rem;
}

.who-can-use-av-swiper {
    width: 100%;
    padding: 2rem;
    overflow: hidden;
}

.who-can-use-av-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: left;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.who-can-use-av-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 30px rgba(172, 214, 248, 0.644);
}

.who-can-use-av-card picture {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.who-can-use-av-card-content {
    background: rgb(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    max-height: 200px;
    min-height: 130px;
    min-width: 350px;
    max-width: 450px;
    padding: 1rem 1rem 0.2rem 1rem;
    position: absolute;
    backdrop-filter: blur(100px);
    left: 25px;
    bottom: 25px;
}

.who-can-use-av-card-content-mobile {
    padding: 1.25rem 1.25rem 0.25rem 1.25rem;
    min-height: 130px;
}

.who-can-use-av-card-content-mobile h4 {
    color: var(--theme-color);
}

.who-can-use-av-card-content h4 {
    color: var(--theme-color);
}

.who-can-use-av-pagination {
    text-align: center;
    margin-top: -2rem;
}

@media (min-width: 992px) and (max-width: 1080px) {
    .who-can-use-av-card-content br {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .pbl-content p {
        text-align: center;
    }
    .card-mob br {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .take-control-section .section-header {
        padding-bottom: 1rem;
    }
    .take-control-points {
        margin-top: -1rem;
    }
}