* {
    padding: 0;
    margin: 0;
    font-family: Arial;
}


/*tablet*/

@media all and (max-width: 1024px) {
    .main-scene {
        flex-direction: column;
    }

    .banner {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-right: 0;
    }

    .banner img {
        width: 80%;
    }

    .plans-container{
        margin: 0 auto 0 auto;
    }

    .address{
        overflow-x: auto;
    }

}


@media all and (max-width: 480px) {
    .main-scene {
        flex-direction: column;
    }

    .banner {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-right: 0;
    }

    .banner img {
        width: 80%;
    }
    .plan{
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .plan-item{
        width: 75%;
    }

    .aboutus-2{
        flex-direction: column;
    }

    .address{
        overflow-x: auto;
    }

}