.flat-slider {
    display: none
}

.team .container {
    transition: all 1s ease-in-out;
}

.team .container div:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team .container div:first-of-type {
    margin: 20px;
    width: 250px;
    height: 250px;
    margin-left: 40%;
    border-radius: 50%;
    display: inline-block;
}

.p1 .container div:first-of-type {
    margin-top: 130px;
}

@media(max-width:797px) {
    .team .container div:first-of-type {
        margin-left: 25%;
    }
}

@media(min-width:797px) and (max-width:991px) {
    .team .container div:first-of-type {
        margin-left: 32%;
    }
}

@media(min-width:992px) and (max-width:1120px) {
    .team .container div:first-of-type {
        margin-left: 37%;
    }
}

.team .container div h1 {
    text-align: center;
    color: #911c5d;
    font-size: 25px;
    font-weight: bold;
    margin: 5px 0;
}

.team .container div h2 {
    font-size: 20px;
    color: black;
    text-align: center;
    font-weight: bold;
}

.team {
    margin-bottom: 60px;

}

.team .container div p {
    text-align: center;

}

.team .container div span {
    color: #911c5d;
    margin: auto;
}

.p1 .container div:first-of-type {
    background-image: url("../images/team/profile.jpg");
    background-size: cover;
    background-position: center;
}

.p2 .container div:first-of-type {
    background-image: url("../images/team/profile.jpg");
    background-size: cover;
    background-position: center;

}

.p3 .container div:first-of-type {
    background-image: url("../images/team/profile.jpg");
    background-size: cover;
    background-position: center;

}

.p4 .container div:first-of-type {
    background-image: url("../images/team/profile.jpg");
    background-size: cover;
    background-position: center;

}

.p5 .container div:first-of-type {
    background-image: url("../images/team/profile.jpg");
    background-size: cover;
    background-position: center;

}

.p6 .container div:first-of-type {
    background-image: url("../images/team/profile.jpg");
    background-size: cover;
    background-position: center;

}

.p7 .container div:first-of-type {
    background-image: url("../images/team/profile.jpg");
    background-size: cover;
    background-position: center;

}
.p8 .container div:first-of-type {
    background-image: url("../images/team/profile.jpg");
    background-size: cover;
    background-position: center;

}
.p9 .container div:first-of-type {
    background-image: url("../images/team/profile.jpg");
    background-size: cover;
    background-position: center;

}