/* feedback */
.feedback {
    background: #eaf0fe;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feedback .feedback_title {
    font-weight: 700;
    font-size: 2.222rem;
    line-height: 100%;
    color: #141414bd;
    margin-top: 1.389rem;
    margin-bottom: 1.944rem;
}
.feedback .feedbackswiper {
    width: 94.778rem;
    padding: 0 1rem;
    padding-bottom: 3.403rem;
}
.feedback .feedbackswiper .swiper-slide {
    height: 25.694rem;
    position: relative;
    display: flex;
    align-items: end;
}
.feedback .feedbackswiper_avt {
    width: 7.778rem;
    height: 7.778rem;
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.feedback .feedbackswiper_content {
    height: 21.319rem;
    width: 100%;
    background: #f7f7f780;
    box-shadow: 0 0.2778rem 0.2778rem 0 #00000040;
    border-radius: 1.389rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.feedback .feedbackswiper_content-title {
    font-weight: 700;
    font-size: 1.667rem;
    color: #0f0f0fd9;
}
.feedbackswiper_content-subtitle {
    font-size: 1.111rem;
    color: #0f0f0fd9;
    margin-top: 0.556rem;
    margin-bottom: 1.736rem;
}
.feedbackswiper_content-desc {
    font-size: 1.111rem;
    color: #0f0f0fd9;
    width: 24.653rem;
    text-align: center;
    margin-bottom: 2.5rem;
}
.feedbackswiper_content .flex {
    gap: 0.2rem;
    margin-bottom: 1.389rem;
}
.feedbackswiper_content .flex img {
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
}
/*  */
