.about_front_image_and_text{
    background-image: url(about_front_background.png);
    width: 100vw;
    height: auto;
    background-position: bottom;
}

.about_headings{
    display: grid;
    justify-content: center;
    padding-top: 80px;
}

.about_groobe_heading{
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #431B68;
    font-size: 90px;
}

.Beauty_and_Grooming_heading{
    color: #431B68;
    font-weight: 700;
    text-align: center;
}

.about_logo{
    margin-top: 130px;
    margin-left: 50px;
    padding-bottom: 65px;
}

.about_text{
    background-color: #431B68;
    color: white;
    display: inline-block;
    padding: 10px 30px 10px 30px;
}

/* we and why page style */

.we_and_why_page_image_and_items{
    background-image: url(we_and_why_background.png);
    width: 100vw;
    height: auto;
    background-color: rgb(67, 27, 104, 0.9);
    background-position: bottom;
}

.text_and_image{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.text_area{
    width: 500px;
    height: 350px;
    background: rgba(255, 255, 255, 0.5);
}

.about_youtube_image{
    border: 7px solid #431B68;
    border-radius: 40px;
    width: 400px;
    margin-left: -100px;
}

.who_and_why_we_heading{
    margin-left: -50px;
    color: #C4A84E;
}

.our_team_background_and_items{
    background-image: url(about_team_background.png);
    background-color: rgb(67, 27, 104, 0.9);
    width: 100vw;
    height: auto;
}

.our_team_heading{
    text-align: center;
    padding-top: 30px;
    color: white;
    font-weight: 500;
    font-size: 70px;
    font-family: 'Times New Roman';
    font-style: normal;
}

.team_images_small{
    display: flex;
    justify-content: space-evenly;
    margin-top: 2rem;
}

.image_one_two{
    display: flex;
    justify-content: space-evenly;
    width: -webkit-fill-available;
}

.image_three_four{
    display: flex;
    justify-content: space-evenly;
    width: -webkit-fill-available;
}

.team_image{
    width: 200px;
    height: 200px;
    background-color: white;
    list-style: none;
}

.image_five_six{
    display: flex;
    justify-content: space-evenly;
    width: -webkit-fill-available;
}

.image_seven_eight{
    display: flex;
    justify-content: space-evenly;
    width: -webkit-fill-available;
}
.team_images_big{
    display: flex;
    justify-content: space-evenly;
    margin-top: 2rem;
    padding-bottom: 100px;
}

.team_big_image{
    width: 200px;
    height: 200px;
    background-color: white;
    list-style: none;
}

@media only screen and (max-width: 850px) {

    .text_and_image{
        display: grid;
    }

    .image_about_youtube{
        display: grid;
        justify-content: center;
    }

    .about_youtube_image {
        margin-left: 0;
        margin-top: 1rem;
    }

    .who_and_why_we_heading{
        margin-left: 0;
        text-align: center;
    }

    .team_images_small{
        display: grid;
        width: 100vw;
        justify-content: normal;
    }

    .image_three_four{
        margin-top: 1rem;
    }

    .team_images_big{
        display: grid;
        width: 100vw;
        justify-content: normal;
    }

    .image_seven_eight{
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 520px) {
    .text_area{
        width: 350px;
    }

    .about_youtube_image{
        width: 300px;
    }
}

@media only screen and (max-width: 420px) {
    .image_one_two{
        display: grid;
    }
    .image_three_four{
        display: grid;
    }
    .image_five_six{
        display: grid;
    }
    .image_seven_eight{
        display: grid;
    }

    .team_image{
        margin-top: 1rem;
    }

    .image_three_four{
        margin-top: 0;
    }

    .image_seven_eight{
        margin-top: 0;
    }

    .team_big_image{
        margin-top: 1rem;
    }
}