#partnership {
    padding-block: 40px;
    background-color: var(--green-100);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

@media (min-width: 767.8px) {
    #partnership {
        padding-block: 100px;
    }
}

#partnership .container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

#partnership .container h2 {
    max-width: 780px;
    width: 100%;
    margin-inline: auto;
}

#partnership .container .text-wrapper {
    width: 1060px;
    margin-inline: auto;
    max-width: 100%;
}

#partnership .container .text-wrapper p {
    margin-bottom: 30px;
}

#partnership .testimonials {
    /*width: 100%;
    */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

#partnership .testimonialsPartnershipSwiper .swiper-wrapper {
    align-items: stretch;
    /*justify-content: center;
    */
}

#partnership .testimonialsPartnershipSwiper .swiper-slide {
    /*width: max-content;
     !* Makes the slide width match content *!*/
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    /* Prevents breaking into multiple lines */
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial {
    /*width: 600px;
    */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
    height: 100%;
    background-color: var(--white);
    border-radius: 24px;
    gap: 20px;
}

@media (min-width: 767.8px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial {
        gap: 40px;
        padding: 48px;
    }
}
#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .text{
    width: 100%;
    flex-basis: 100%;
}
#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .text p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}

@media (min-width: 767.8px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .text p {
        font-size: 24px;
        line-height: 30px;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .bottom {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    width: 100%;
    flex-direction: row;
}

@media (min-width: 767.8px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box {
        flex: 1;
        width: auto;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .logo {
    width: 100%;
    flex-basis: 100%;
}

@media (min-width: 480px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .logo {
        width: 160px;
        flex-basis: 160px;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .logo img {
    max-width: 100%;
    max-height: 90px;
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .name {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 100%;
    width: auto;
}

@media (min-width: 480px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .name {
        flex: 1;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .author-name {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    font-weight: 500;
    margin-bottom: 0;
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .epp {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #9c9c9c;
    text-align: left;
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .series {
    width: 100%;
    flex-basis: 100%;
}

@media (min-width: 767.8px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .series {
        width: 100px;
        flex-basis: 100px;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .series p {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: var(--green-700);
}

@media (min-width: 767.8px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .series p {
        text-align: right;
    }
}

#editor #partnership .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 30px;
    padding: 30px;
}

#editor #partnership .swiper-wrapper .swiper-slide {
    width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
}
 