@media only screen and (min-width: 600px) {
.viewpage5 {
        width: 80vw;
        margin-left: 15vw;
        margin-top: 8vw;
        flex: 1; 
        padding: 1vw;
        display: none;
        }

.about_us_tittle{
        font-size: 2vw;
        text-align: center;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
        font-weight: bold;
        }
.us_minpage_label{
        display: none;
        }
.about_us_menu{
        margin:auto;
        justify-content: center;
        display: flex;
        width: 100%;
        
        }
.about_us_menu a {
        text-decoration: none;
        color: black;
        padding: 1vw;
        padding-bottom: 0.2vw;
        padding-top: 0.2vw;
        font-size: 1.4vw;
        }
.us_menu{
        border-bottom: 0.2vw solid #f98305;
        border-left:0.2vw solid #f8d4ae;
        }
.about_us_pages{
        height: 65vh;
        overflow: auto;
        display:none;
        font-size: 1.5vw;

        }
#about_us_page1{
        display: block;
        }
#us_page1{
        background-color: #f8d4ae;
        }
.us_texts{
        width: 50%;
        text-align: justify;
        
        }
.about_us_sections{
        width: 80%;
        display: flex;
        margin: auto;
        margin-top: 2vw;
        gap: 3%;
        }
.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: 48%;
        height: 40%;
        } 

.us_storypics{
        width: 40%; 
        aspect-ratio: auto; 
        float:left;
        margin:2%;
        }


}