.about-us_container {
    text-align: center;
/*    display: flex;*/
    padding: 0 5vw;
}
.about-us_text {
    width: 100%;
    padding: 2vw 2vw 0 2vw;
    text-align: justify;
}
.about-us_header {
    font-family: 'Life Savers', cursive;
    text-align: center;
/*    text-transform: uppercase;*/
    font-size: 25px;
    color: #174116;
    letter-spacing: 2px;
}
.about-us_paragraph {
    line-height: 1.9;
    letter-spacing: 1px;
    color: #22130a;
}

/*
.about-us_img {
    width: 25vw;
    margin: 1vw;
    box-shadow: 4px 4px 6px gray;
}
*/

/*
.about-us_image {
    width: 100%;
}
*/
.about-us_box-image {
/*    width: 50%;*/
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 2vw auto;
    display: flex;
}
.about-us_images {
    width: 90%;
    margin-top: 4vh;
    box-shadow: 4px 4px 6px gray;
/*    padding: 1vw;*/
}
.about-us_title {
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 8vh;
    text-align: center;
    text-transform: uppercase;
    color: #343434;
    font-size: 20px;
}


@media(max-width: 500px) {
    .about-us_container {
        display: block;
        padding-top: 2vw;
    }
    .about-us_text {
        width: 100%;
/*        padding-right: 9vw;*/
    }
    .about-us_box-image {
        width: 100%;
        display: block;
/*        padding: 1vw;*/
    }
    .about-us_paragraph {
/*        width: 80vw;*/
/*        margin: 3vw; */
    }
    .about-us_images {
        width: 100%;
    }
    .about-us_gallery {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .about-us_img {
        width: 80vw;
    }
}