.our-people-container{
    position: relative;
    height: auto;
    padding: 0;
    margin: 70px auto;
    max-width: 1880px;
}
.our-people-container h2{
    font-family: Archivo;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    margin-bottom: 48px;
}
.our-people-container .swiper {
    width: 100%;
    height: 100%;
}
.our-people-container .swiper-wrapper:first-child {
    padding: 0 !important;
}
/* pagination */
.our-people-container .swiper-pagination {
    position: relative !important;
    margin-top: 34px;
    padding: 13.5px 0;
    bottom: 0 !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    width:100% !important
}
.our-people-container .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0 0 12px!important;
    opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
    width: 76px !important;
    border-radius: 10px;
    background: linear-gradient(90deg, #B8E5FA 50%, #FFE000 100%);
}
/* pagination */
.our-people-swiper-container{
    margin-left: 100px;
}
.our-people-container .swiper-slide{
    width: max-content;
    background: linear-gradient(106.52deg, #092D35 4.45%, #BBE0F3 27.08%, #FFDF00 45.38%, #092D35 62.72%, #82D5FF 82.46%, #FFDF00 100.76%);
    border-radius: 30px;
    padding: 2px;
    /* height: auto; */
}
.swiper-our-people{
    display: flex;
    width: 449px;
    height: 337px;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    /* height: 100%; */
}
.people-img{
    width: 170px;
    flex-shrink: 0;
}
.people-img img{
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.people-review{
    display: flex;
    flex-direction: column;
    padding: 5px 5px 0 5px;
    gap: 20px;
}
.people-review h3{
    font-family: Archivo;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
}
.people-review p{
    font-family: Archivo;
    font-weight: 500;
    font-size: 18px;
    line-height: 23.5px;
    letter-spacing: 0;
    margin: 0;
}
.people-review h6{
    font-family: Archivo;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
}
.people-review h6 span{
    font-weight: 500;
}
@media (max-width: 1024px) {
    .our-people-container{
        margin: 40px 0 38px;
    }
    .swiper-pagination{
        display: none;
    }
    .our-people-container h2{
        font-size: 26px;
        margin: 0 15px 29px;
    }
    .our-people-swiper-container{
        margin-left: 16px;
    }
    .swiper-our-people{
        flex-direction: column;
        width: 360px;
        max-width: calc(100vw - 32px);
        height: auto;
    }
    .people-img{
        width: 100%;
        height: 300px;
    }
    .people-img img{
        border-radius: 20px;
    }
    .people-review{
        padding: 20px 20px 20px 15px;
        gap: 15px;
        min-height: 250px;
        justify-content: start;
    }
    .people-review p{
        line-height: 23px;
    }
}
@media (max-width: 400px) {
    br{
        display: none;
    }
}