.footer_container {
    width: 90%;
}

#banner {
    width: 100%;
    display: flex;
    padding-top: 3%;

}

.banner_description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.banner_description h3 {
    font-size: 45px;
    text-align: center;
}

.banner_description p{
font-family: 'Circular Std';
font-style: normal;
font-weight: 450;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #727272;
padding: 16px;
}

@media (max-width: 768px) {
    #banner{
        flex-direction: column;

    }

    #banner img {
        width: 100%;
    }

    .banner_description {
        padding: 10px;
    }

    .banner_description h3 {
        font-size: 30px;
        padding: 12px;
        text-align: center;
    }
}


@media (max-width: 768px) {
    #banner {
        flex-direction: column;

    }

    #banner img {
        width: 100%;
    }

    .banner_description {
        padding: 10px;
    }

    .banner_description h3 {
        font-size: 30px;
        padding: 12px;
        text-align: center;
    }

    .footer_menu_container ul {
        width: 91%;
    }
}