#speakersTitle {
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
    min-height: 50vh;
    padding: 0;
    background: url("../img/ed22/gl9.JPG") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#speakersTitle .row {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#speakersTitle h1 {
    font-size: 1em;
    font-weight: 700;
    color: var(--white);
    height: auto;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#speakersTitle .col-12 {
    background: rgba(20, 48, 58, .6);
}

.picturesGalleryWithDate__pictures {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.picturesGalleryWithDate__pictures__picture {
    width: 350px;
    height: 340px;
    cursor: pointer;
}

.picturesGalleryWithDate__date__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #232323;
}

.picturesGalleryWithDate__pictures__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picturesGalleryWithDate__date {
    margin-top: 75px;
    margin-bottom: 50px;
}

.picturesGalleryWithDate__date__text {
    color: #CF463C;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}