/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.team-container {
    background: radial-gradient(circle, rgba(72,74,81,1) 0%, rgba(23,29,36,1) 100%);
    color: white;
    position: relative;
    overflow: hidden;
}
.team-label {
    bottom: 0;
    position: absolute;
    font-size: 250px;
    line-height: 193px;
    left: 90px;
    color: rgba(255, 255, 255, 0.45);
}
.team-container-inner-top {
    width: 1180px;
    margin: 0 auto;
    padding-top: 200px;
}
.team-container-inner-bottom {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 300px;
}
.team-all {
    font-size: 18px;
    padding: 10px 24px;
    border: 1px solid white;
    border-radius: 23px;
    text-decoration: none;
    color: white;
    white-space: nowrap;
    display: none;
}
.team-header {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: flex-end;
}
.team-title {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}
.team-heading {
    max-width: 800px;
    margin: 0;
}
.team-position {
    font-size: 20px;
    font-weight: 200;
}
.team-img img {
    max-width: 350px;
    height: 450px;
}
.team-detail {
    text-align: center;
    max-width: 350px;
}
ul#splide__list_team .splide__slide {
    width: 360px !important;
}
.team-img img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%, 36% 90%, 0% 90%);
}
@media (max-width: 1180px) {
    
    .team-container .splide__pagination {
        display: none;
    }
    .team-header {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 35px 60px;
    }
    .team-container-inner-top {
        width: auto;
        padding-top: 80px;
    }
    .team-heading {
        margin: 0 0 20px;
        font-size: 30px;
    }
    .team-all {
        font-size: 14px;
    }
    .team-label {
        left: 35px;
        font-size: 100px;
        line-height: 75px;
    }
    .team-container-inner-bottom{
        padding-bottom: 200px;
    }
    .team-img img {
        object-position: top !important;
    }
}

