.hero-badge{
    display: inline-block;
    color: var(--color-brand-purple);
    background: rgb(129 53 111 / 0.1);;
    padding: 0.25em 0.75em;
    font-size: 0.875em;
    font-weight: 600;
    border-radius: 99px;
}
.team-item__img{
    aspect-ratio: 3/3.5;
}
.about-testimonials-swiper{
    padding-bottom: 2rem !important;
}
.about-testimonials-swiper .material-icons-round{
    color: rgb(129 53 111 / 0.2);
}
.about-testimonials-swiper .swiper-wrapper {
    align-items: stretch;
}
.about-testimonials-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.about-testimonials-swiper .swiper-slide > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-testimonials-swiper .swiper-pagination{
    bottom: 0 !important;
    --swiper-theme-color: var(--color-brand-purple);
}
