.fs-team {
    padding-bottom: 40px;
}
.fs-team .inner-bx {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fs-team .team-img img {
    border-radius: 10px;
}
.team-cont h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}
.team-cont h4 {
    font-size: 22px;
    font-weight: 700;
    color: #a84448;
    margin-top: 5px;
}
.swiper-pagination-bullet {
    width: 22px;
    height: 7px;
    border-radius: 10px;
}
.swiper-pagination-bullet-active {
    background: #a84448;
}