.team {
    position: relative;
    padding: 0 0 50px;
    z-index: 9;
    text-align: center;
    z-index: 999;
}
.team-image {
    width: 240px;
    height: 240px;
    margin: 0 auto 20px;
}

.team-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
}

.team-column h3 {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 18px;
}

.team-column h4 {
    padding-bottom: 10px;
    color: #56ACC6;
}

.team-column p {
    padding-bottom: 30px;
    color: #436577;
}
.team-column p a {
     color: #436577;
}
.team-column p a:hover {
    color: #56ACC6;

}

.js-team-slider {
    padding-bottom: 50px;
}

.team .slick-initialized .slick-slide {
    float: left;
    display: flex !important;
    align-content: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .team .fx-slider .fx-slide {
        display: block;
        box-sizing: border-box;
        flex: 0 0 auto;
        flex-basis: auto;
        padding-right: 0;
        padding-left: 0;
        margin: 30px 16px;
        width: calc(25% - 32px);
    }

    .js-team-slider {
        padding-bottom: 0;
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: -16px;
        margin-left: -16px;
        justify-content: center;
        text-align: center;
    }

    .team {
        padding: 0 0 100px;
    }
}

@media (min-width: 1360px) {
    .team .fx-slider .fx-slide {
        width: calc(20% - 32px);
    }

    .team-image {
        width: 230px;
        height: 230px;
    }

}

@media (min-width: 1800px) {
    .team-image {
        width: 245px;
        height: 245px;
    }

}











