.teamSlider {
    padding: 50px 0;
}
.teamSlider .header {
    margin-bottom: 50px;
}
.teamSlider .header h2 {
    color: #3A1E92;
    text-align: center;
    font-family: Domine;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
	margin-bottom: 20px;
}
.teamSlider .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.teamSlider .slider .slick-slide {
    margin: 0 10px;
}
.teamSlider .slider .wrap img {
    margin: 0 auto 20px;
    display: block;
}
.teamSlider .slider .wrap .name {
    color: #9E2057;
    text-align: center;
    font-family: Domine;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
.teamSlider .slider .wrap .job {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
