.about_content_holder
{
    width: 100%;
    height: auto;

    /* background-color: rgb(28, 28, 28); */

    background: linear-gradient(90deg, rgb(27, 27, 27) 0%, rgb(20, 20, 20) 50%, rgb(27, 27, 27) 100%);

    position: relative;
}






.intro_container_sub_class_2
{
    height: 400px;
    width: 100%;

    position: relative;
}

    .intro_image_holder
    {
        width: 100%;
        height: 100%;

        position: fixed;
        top: 0;
        background-color: rgb(0, 0, 0);
        z-index: -1;

        display: flex;
        align-items: center;
        justify-content: center;
    }
        .intro_image_holder img
        {
            width: auto;
            height: auto;
        }

    .intro_overlay_full_id1
    {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgb(67, 65, 65);
        z-index: -1;
        top: 0;

        opacity: 0.3;
        
    }

    .intro_text_holder
    {
        box-sizing: border-box;
        text-align: center;
        height: 100%;
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: center;
    }
        .intro_text_holder h1
        {
            color: rgb(255, 255, 255);
            font-size: 2.5rem;
            margin: 0;
            padding: 0;
            font-weight: normal;

            box-sizing: border-box;
        }





.about_text_class_intro
{
    width: 100%;
    height: auto;

    padding: 50px;

    color: white;

    box-sizing: border-box;
}

    .about_text_class_intro p
    {
        max-width: 700px;
        margin:25px auto;
    }
    .about_text_class_intro h2
    {
        max-width: 700px;
        margin:20px auto;
        text-align: center;
        padding-bottom: 20px;
    }




.about_text_class_why
{
    width: 100%;
    height: auto;
    overflow: hidden;

    position: relative;

    background-color: #cecdd0;

    padding: 50px 0 100px 0;
    
}
    .about_text_class_why h2
    {
        color: rgb(57, 57, 57);
        position: relative;
        text-align: center;

        font-size: 2.5rem;
        font-weight: normal;
        padding: 0px;
        margin: 0 0 30px 0;
    }
    .about_text_class_why p
    {
        color: black;
        z-index: 2;
        position: relative;
        padding: 20px 200px;

        max-width: 700px;

        margin: 0;

        font-size: 1rem;

    }
    .about_text_class_why img
    {
        position: absolute;
        top: 0;
    }

    @media only screen and (max-width: 900px) {
        .about_text_class_why p
        {
          padding: 20px 20px;
          margin: 0 auto;
        }
      }
