.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: 130px;
    min-height: 115px;
    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;
}

.why-choose-ow-section {
    padding: 3rem 4rem;
}

.why-choose-ow-points {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 10px;
}

.why-choose-ow-point {
    display: flex;
    gap: 1rem;
}

.why-choose-ow-point-icon {
    margin-top: 5px;
}

.why-choose-ow-point-content h4 {
    color: var(--theme-color);
}

.why-choose-ow-image picture {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

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

.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;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .why-choose-ow-image {
        padding-top: 80px;
    }
}

@media (max-width: 992px) {
    .pbl-content p {
        text-align: center;
    }
    .who-can-use-av-section {
        padding-top: 3rem;
        padding-bottom: 0rem;
    }
    .why-choose-ow-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .why-choose-ow-section .section-header {
        margin-bottom: -2rem;
    }
    .why-choose-ow-image {
        margin-top: -2rem;
        margin-bottom: -1.5rem;
    }
    .how-to-activate-section {
        padding-bottom: 2rem;
    }
}