@media screen and (max-width: 1300px)
{
    #outdoor .text-banner
    {
        margin: 0 auto !important;
    }
    #outdoor .outdoor-arrow 
    {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    #outdoor .text-banner .description {
        width: calc(100% - 2rem);
    }
}

@media screen and (max-width: 980px)
{
    #outdoor .title1
    {
        font-size: 5rem !important;
        line-height: 6.7rem !important;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 920px)
{
    #outdoor .title1
    {
        font-size: 4rem !important;
        line-height: 5.7rem !important;
        margin-bottom: 1rem;
    }
    #outdoor .title2
    {
        margin-top: 0 !important;
    }
    #outdoor .outdoor-arrow 
    {
        opacity: 1;
    }
}

@media screen and (max-width: 900px)
{
    #outdoor .title2
    {
        font-size: 1.5rem !important;
        line-height: 3.0rem !important;
    }
}

@media screen and (max-width: 600px)
{
    #outdoor .text-banner .description {
        padding: 2rem 3rem;
        margin-bottom: 4rem;
    }
    #outdoor .text-banner .description > p {
        font-size: 1.4rem;
        margin-bottom: 1.8rem;
        line-height: 1.8rem;
    }
    #outdoor .text-banner .description blockquote * {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

@media screen and (max-width: 520px)
{
    #outdoor .title1
    {
        font-size: 2rem !important;
        line-height: 3.7rem !important;
    }
    #outdoor .text-banner {
        padding-top: 20rem;
        justify-content: flex-start;
    }
}
