﻿@media (max-width: 600px) {

    section{
        flex-direction: column;
    }

    .sidebar{
        min-height: 20%;
        width: 100%;
    }

    .content{
        width: 100%;
    }

    .sidebar_text{
        rotate:0deg;
        font-size: 28px;
        min-width: 0px;
        letter-spacing: 3px;
    }

    .container{
        width: 100vw;
    }

    .banner{
        max-height: 300px;
    }
    

    .content_container p{
        font-size: 16px;
        width: 80%;
    }

}
