.type-team .team-item {
    margin-bottom: 30px;
}
.type-team .team-item .photo {
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    border-radius: 15px;
    background-size: cover;
    margin-bottom: 20px;
}
.type-team .team-item .name {
    text-transform: uppercase;
    color: #c72282;
}
.type-team .team-item .poste {
    font-style: italic;
}
.type-team .team-item .content {
    color: #000;
    margin: 25px 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.col-lg-4 {
    flex: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-6 {
    flex: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

p {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}