.team {
    padding: 250px 0 50px 0;
}

.member {
    padding-bottom: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    display: block;
    justify-content: right;
}
.member img {
    filter: drop-shadow(0px 24px 44px rgba(0, 0, 0, 0.11));
    border-radius: 10px;
    min-height: 385px;
    max-height: 450px;
    max-width: 266px;
    margin: auto;
    display:block;

}

.member-name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #1A2B4B;
    padding: 20px 0 10px 20px;
}

.member-description {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #5277F7;
    padding-left: 20px;
}

.btn-back {
    margin-top: 0;
    float: right;
}

@media screen and (max-width: 992px) {
    .team-info {
        margin-bottom: 50px;
    }
    .member {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .go-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
