﻿#equipeContainer {
    justify-content: space-between;
}

    #equipeContainer p {
        margin-bottom: 0;
    }

.photoContainer {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    margin-bottom: 1.25rem !important;
}

    .photoContainer img {
        width: 100%;
    }

.videoContainer {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px !important;
}
