div#mainContent > div.desc_videos
{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 2rem;
}

div#mainContent > div.desc_videos > div
{
    text-align: center;
}

div#mainContent > div.desc_videos > div > h1
{
    font-size: calc(var(--smallFontSize) + 1rem);
    font-family: var(--displayLight);
    padding-bottom: 2rem;   
}

div#mainContent > div.desc_videos > div > video
{
    width: 50vw;
    border-radius: var(--borderRadius);
}

div#mainContent > h1.title1
{
    font-size: var(--middleFontSize);
}


div.slogan1_home
{
    text-align: center;
    max-width: 70%;
    overflow-x: hidden;
}

div.slogan1_home > p
{
    font-size: calc(var(--smallFontSize) + 1rem);
    font-family: var(--displayLight);
}

div.slogan1_home > div.button
{
    padding: 2rem;
}

div.slogan1_home > div.button > a.button_rounded_bg
{
    background-image: url(../../svg/youtube_org_icon.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding-left: 70px;
    text-transform: unset;
}



@media only screen and (max-width: 500px)
{
    div#mainContent > div.desc_videos
    {
        flex-direction: column;
        padding-bottom: 0;
    }

    div#mainContent > div.desc_videos > div > video
    {
        width: 100%;
    }

    div#mainContent > div.desc_videos > div > h1
    {
        font-size: var(--smallFontSize);
    }
}
