.media-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;

    padding-bottom: 30px;
    border-bottom: 1px solid var(--Black, #101010);
    margin-bottom: 30px;
}

.media-title__icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.media-navigation__container {
    margin-bottom: 100px;
}

.media-navigation {
    display: flex;
    gap: 30px;
}

.media-navigation a {
    color: var(--Black, #101010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.last-video__container {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--Black, #101010);
    margin-bottom: 100px;
    .title {
        margin-bottom: 30px;
    }
}

.last-video {
    max-width: 100%;

    img {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
}

.last-video__description {
    color: var(--Black, #101010);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 22px */
    max-width: 600px;
}

.last-video__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-media__icons img {
    width: 32px;
    height: 32px;
}

.social-media__cover {
    width: 96.7%;
    height: 495px;

    img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
}

.socials-media__container {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--Black, #101010);
    margin-bottom: 100px;
}

.social-media {
    display: flex;
    justify-content: space-between;

    .events-item__title {
        h5 {
            font-size: 20px;
            margin: 0;
            max-width: 75%;
        }
    }
}

.social-media__right {
    max-width: 66.6%;
    display: flex;
}

.social-media__left {
    max-width: calc((100% / 6) + 3%);
}

.social-media__left {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.social-media__icons {
    margin-top: auto;
}

.presentation-media {
    margin-bottom: 100px;
    .title {
        margin-bottom: 50px;
    }

    .recommendations__carousel-container {
        margin-top: 0;
    }
}

.photos-section__left h3 {
    margin: 0;
}

@media (max-width: 1440px) {
    .social-media__cover {
        height: 469px;
    }
}

@media (max-width: 1340px) {
    .social-media {
        flex-direction: column;
        gap: 30px;
    }

    .social-media__left {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .social-media__right {
        max-width: 100%;
        gap: 10px;
    }

    .social-media__cover {
        width: 100%;
    }



    .photos-section_media {
        .photos-section__left {
            flex-direction: column;
            gap: 30px;
            margin-bottom: 30px;
        }

        .photos-section__albums {
            margin: 0;
        }
    }
}

@media (max-width: 964px) {
    .media-title__icons {
        gap: 8px;
    }

    .media-title__icon svg {
        width: 32px;
        height: 32px;
    }

    .media-title h1 {
        font-size: 32px;
    }

    .last-video__container .title {
        font-size: 32px;
    }

    .media-navigation__container {
        margin-bottom: 64px;
    }

    .social-media__cover {
        height: 329px;
    }

    .socials-media__container {
        .title {
            font-size: 24px;
        }
    }

    .photos-section {
        margin-bottom: 60px;
    }

    .photos-section__albums {
        flex-wrap: wrap;
    }

    .photos-section__right {
        grid-template-rows: 470px;
    }
}

@media (max-width: 756px) {
    .media-navigation {
        max-width: 100%;
        overflow-x: auto;
    }

    .media-title {
        flex-direction: column;
        gap: 16px;
    }

    .media-navigation__container {
        margin-bottom: 32px;
    }

    .last-video__container .title {
        display: none;
    }

    .last-video__icon svg {
        width: 32px;
        height: 32px;
    }

    .last-video__description {
        font-size: 14px;
    }

    .last-video__container {
        margin-bottom: 64px;
    }

    .video-section {
        .photos-section__left {
            margin-bottom: 0;
        }
    }

    .social-media__cover {
        height: 159px;
        margin-bottom: 15px;
    }

    .social-media {
        & .events-item__title {
            h5 {
                font-size: 14px;
                max-width: 100%;
            }
        }
    }

    .socials-media__container {
        margin-bottom: 64px;
    }

    .photos-section_media {
        .photos-section__albums {
            flex-direction: row;
            gap: 16px;
        }
    }
}
