.swiper-container {
    width: 100%;
    padding: 20px;
    overflow: hidden;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.team_block_inner_block {
    width: 100%;
    text-decoration: none;
}

.team_block_inner {
    height: 420px;
    position: relative;
    border: 3px solid #F1F7FF;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.team_block_inner:hover{
    /*transform: translateY(-5px);*/
}

.team_block_about {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    text-decoration: none;
    background: #F1F7FF;
    padding: 14px 5px 11px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    box-sizing: border-box;
}

.team_block_position {
    color: #585858;
}

.swiper-button-next {
    right: -10px;
    color: #04122D;
}

.swiper-button-prev {
    left: -10px;
    color: #04122D;
}

.team_block_linked {
    background: url('../../inc/img/linkedin-icon-2.svg');
    position: absolute;
    top: -20px;
    right: -14px;
    width: 53.19px;
    height: 55.96px;
    background-size: contain;
}

.team_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team_subtitle{
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FF1084;
    text-align: center;
}

.team_title {
    text-align: center;
}

.team_title h2{
	font-size: 36px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .swiper-container {
        position: relative;
    }
    .team_title h2 {
        font-size: 30px;
    }
}