.about{
    width: 100%;
    height: auto;
}
.about_top{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: relative;
}
.about_top img{
    width: 80%;
    height: 500px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.about_top_text{
    width: 100%;
    height: 400px;
    top: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_banner_text{
    width: 60%;
    min-height: 400px;
}
.about_banner_img{
    width: 35%;
    height: 300px;
}
.about_text h1 {
    color: white;
}
.about_title{
    width: 100%;
    height: 100px;
    display: flex;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}
.about_center_text{
    font-size: 30px;
}
.about_section{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
}
.about_section_box{
    width: 80%;
    min-height: 400px;
    border-radius: 5px;
    padding-top: 20px;
}
.about_section_box p{
    width: 90%;
    font-size: 20px;
    font-family: "Avant Garde";
}
@media only screen and (max-width: 730px){
    .about_top{
        height: 300px;
    }
    .about_top img{
        height: 300px;
    }
    .about_text{
        min-height: 100px;
    }
    .about_text h1{
        font-size: 25px;
    }
    
    .about_section_box p{
    font-size: 16px;
    font-family:  "Avant Garde", sans-serif;
}
}

@media only screen and (max-width: 884px){
    .about_media_box{
        flex-direction: column-reverse;
    }
    .about_banner_text{
        width: 80%;
    }
    .about_banner_img{
        width: 80%;
    }
}
