@media only screen and (max-width: 600px) {
.viewpage5 {
        width: 80vw;
        margin-top: 15vw;
        flex: 1; 
        padding: 1vw;
        display: none;
        }
.about_us_tittle{
        font-size: 3vw;
        text-align: center;
        margin: auto;
        border-radius: 2vw;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
        font-weight: bold;
        background-color: #f8d4ae;
        width: fit-content;
        padding: 2vw;

        }
.us_minpage_label{
        width:fit-content;
        height: fit-content;
        background-color: #573417e3 ;
        color:white;
        padding: 1vw;
}
.about_us_menu{
        width: 100%;
        display:grid;
        position: fixed;
        background-color: #573417e3;
        
        }

.about_us_menu a {
        text-decoration: none;
        color: #ffffff;
        padding: 1vw;
        padding-bottom: 1vw;
        padding-top: 1vw;
        font-size: 4.5vw;
        width:100%;
        margin-top: 5vw;
        text-align: center;

        }

.about_us_pages{
        overflow: auto;
        display:none;
        font-size: 4vw;

        }
#about_us_page1{
        display: block;
        }
.us_texts{
        width: 96%;
        padding: 2%;
        text-align: justify;
        
        }
.about_us_sections{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        margin: auto;
        margin-top: 2vw;
        }
.money_accounts{
        display: flex;
        margin-top: 3vw;
}
.stories_tittle{
        font-weight: bold;
        text-align: center;
}
.story_text{
        width: 100%;
        text-align: justify;
        }  
.us_pics{
        width: 100%;
        aspect-ratio: auto;
       
        }
.us_storypics{
        width: 100%; 
        aspect-ratio: auto; 
        float:left;
        margin:2%;
        }
}