.feedback {
    padding: 2.5rem 4.75rem 3.75rem 4.75rem;
    background: #bbe8f3;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feedback_imgdeco {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 30rem;
    height: 32rem;
}
.feedback_list,
.feedback_hot {
    flex: 1 0 0;
}
.feedback_hot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0 6.25rem;
}
.feedback_hot svg {
    margin-bottom: 2rem;
    width: 3rem;
    height: 3rem;
    fill: #213acb;
}
.feedback_hot_desc {
    text-align: center;
}
.feedback_hot_title {
    text-align: center;
}
.feedback_list {
    position: relative;
    z-index: 1;
    height: 34.813rem;
    width: 42.5rem;
    background: #ffffffd6;
    border-radius: 2rem;
}
.feedback_swiper {
    height: 100%;
}
.feedback_swiper .swiper-slide {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feedback_swiper .swiper-slide p {
    text-align: center;
}
.feedback_list_avt {
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
}
.feedback_title {
    text-align: center;
    margin-bottom: 2rem;
}
.feedback_title strong {
    font-weight: 700;
}
.feedback_swiper .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 100%;
}
.feedback_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-primary) !important;
}
@media (max-width: 639px) {
    .feedback {
        flex-direction: column;
        padding: 2.5rem 1.118rem 3.75rem;
    }
    .feedback_hot {
        padding: 0;
        margin-bottom: 1rem;
    }
    .feedback_hot svg {
        margin-bottom: 0;
    }
    .feedback_hot_desc {
        text-align: center;
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.4;
    }
    .feedback_hot_title br {
        display: none;
    }
    .feedback_hot_title {
        text-align: center;
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-size: 1.35rem;
        font-weight: 400;
        line-height: 1.875rem;
    }
    .feedback_list {
        width: 100%;
        height: auto;
    }
    .feedback_swiper {
        padding-bottom: 3rem;
    }
    .feedback_swiper .swiper-slide {
        padding: 1.25rem;
    }
    .feedback_title {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    .feedback_list_avt {
        width: 5.313rem;
        height: 5.313rem;
    }
    .feedback_name {
        text-align: center;
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-size: 1.75rem;
        font-weight: 700;
        font-style: normal;
        line-height: 1.4;
    }
    .feedback_desc {
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        font-style: normal;
    }
}
