.photo__1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    background-image: url(/img/photo_2021-08-27_23-30-06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.title__team {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;

}

.title {
    color: #ffc107;
    text-transform: uppercase;
    font-weight: 600;
}


.footer {
    background-color: gray;
}

.footer__last {
    text-align: center;
    padding: 20px;
}

.img-team {
    width: 80%;
    box-shadow: 0 0 15px 5px rgb(131, 129, 129);
}