.guarantee-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background-color: var(--green-100);
    position: relative;
    padding-block: 48px;
}
@media (min-width: 991.8px) {
    .guarantee-section {
        padding-block: 100px;
        gap: 80px;
    }
}
.guarantee-section .row-new {
    column-gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
@media (min-width: 991.8px) {
    .guarantee-section .row-new {
        flex-wrap: nowrap;
    }
}
.guarantee-section .image-wrapper {
    width: 100%;
    flex-basis: 100%;
    padding-inline: 24px;
}
@media (min-width: 991.8px) {
    .guarantee-section .image-wrapper {
        width: 510px;
        flex-basis: 510px;
    }
}
.guarantee-section .text-wrapper {
    width: 100%;
    flex-basis: 100%;
    padding-inline: 24px;
}
@media (min-width: 991.8px) {
    .guarantee-section .text-wrapper {
        width: calc(100% - 510px);
        flex-basis: calc(100% - 510px);
    }
}
.guarantee-section .section-title {
    margin-block: 40px;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    margin-top: 40px;
}
@media (min-width: 767.8px) {
    .guarantee-section .section-title {
        margin-top: 80px;
    }
}
.guarantee-section .section-image {
    width: 250px;
    max-width: 100%;
    margin: 0 auto 40px auto;
}
@media (min-width: 991.8px) {
    .guarantee-section .section-image {
        width: 100%;
        max-width: 100%;
    }
}
.guarantee-section .teacherSwiper {
    position: relative;
    overflow: hidden;
    margin-block: 40px;
}
.guarantee-section .teacherSwiper:before {
    display: none;
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 230px;
    height: 100%;
    z-index: 2;
    background: #dcf2f0;
    background: -moz-linear-gradient(90deg, rgba(220, 242, 240, 1) 0%, rgba(220, 242, 240, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(220, 242, 240, 1) 0%, rgba(220, 242, 240, 0) 100%);
    background: linear-gradient(90deg, rgba(220, 242, 240, 1) 0%, rgba(220, 242, 240, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcf2f0", endColorstr="#dcf2f0", GradientType=1);
}
@media (min-width: 575.8px) {
    .guarantee-section .teacherSwiper:before {
        display: block;
    }
}
.guarantee-section .teacherSwiper:after {
    display: none;
    content: "";
    position: absolute;
    right: -1px;
    left: auto;
    top: 0;
    width: 230px;
    height: 100%;
    z-index: 2;
    background: #dcf2f0;
    background: -moz-linear-gradient(270deg, rgba(220, 242, 240, 1) 0%, rgba(220, 242, 240, 0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(220, 242, 240, 1) 0%, rgba(220, 242, 240, 0) 100%);
    background: linear-gradient(270deg, rgba(220, 242, 240, 1) 0%, rgba(220, 242, 240, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcf2f0", endColorstr="#dcf2f0", GradientType=1);
}
@media (min-width: 575.8px) {
    .guarantee-section .teacherSwiper:after {
        display: block;
    }
}
.guarantee-section .teacherSwiper .swiper-slide {
    width: 100%;
}
.guarantee-section .teacherSwiper .teacher-slide {
    width: 100%;
}
.guarantee-section .teacherSwiper .teacher-slide .slide-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 24px;
    width: 100%;
    padding: 12px 32px 12px 12px;
    background-color: #fff;
    max-width: 470px;
}
@media (min-width: 575.8px) {
    .guarantee-section .teacherSwiper .teacher-slide .slide-inner {
        gap: 24px;
    }
}
.guarantee-section .teacherSwiper .teacher-slide .slide-image {
    width: 80px;
    height: 80px;
    position: relative;
}
@media (min-width: 575.8px) {
    .guarantee-section .teacherSwiper .teacher-slide .slide-image {
        width: 150px;
        height: 150px;
    }
}
.guarantee-section .teacherSwiper .teacher-slide .slide-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.guarantee-section .teacherSwiper .teacher-slide .slide-text {
    width: calc(100% - 92px);
    flex-basis: calc(100% - 92px);
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
}
@media (min-width: 575.8px) {
    .guarantee-section .teacherSwiper .teacher-slide .slide-text {
        width: calc(100% - 174px);
        flex-basis: calc(100% - 174px);
    }
}
.guarantee-section .teacherSwiper .teacher-slide .slide-text .teacher-name {
    margin-bottom: 5px;
    width: 100%;
}
@media (min-width: 575.8px) {
    .guarantee-section .teacherSwiper .teacher-slide .slide-text .teacher-name {
        margin-bottom: 10px;
    }
}
.guarantee-section .teacherSwiper .teacher-slide .slide-text .teacher-position {
    margin-bottom: 4px;
    width: 100%;
}
.guarantee-section .teacherSwiper .teacher-slide .slide-text .teacher-text {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.guarantee-section .teacherSwiper .teachers-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.guarantee-section .teacherSwiper .teachers-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--white);
    opacity: 1;
}
.guarantee-section .teacherSwiper .teachers-pagination .swiper-pagination-bullet-active {
    background-color: var(--orange-10);
}
.guarantee-section .button-wrapper {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 767.8px) {
    .guarantee-section .button-wrapper {
        margin-top: 80px;
    }
}
.guarantee-section .button-wrapper a {
    width: 100%;
}
#editor .guarantee-section .teacherSwiper {
    position: relative;
    overflow: hidden;
    margin-block: 40px;
    display: flex;
    flex-wrap: wrap;
}
#editor .guarantee-section .teacherSwiper .swiper-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
#editor .guarantee-section .teacherSwiper .swiper-wrapper .swiper-slide {
    width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    padding: 15px;
}
