section.aboutbody{
    height: 100vh;
    text-align:center;
}
section.aboutbody div.aboutcontainer{
    width: 80%;
    background: linear-gradient(rgba(9, 111, 226, 0.5),rgba(34, 11, 165, 0.5)), url(images/aboutbg.jpg);
    margin: 20px auto;
    height: fit-content;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
section.aboutbody div.aboutcontainer h1{
    margin-bottom: 0;
    margin-top: 100px;
    text-decoration: underline;
}
section.aboutbody div.aboutcontainer div.desc{
    width: 50%;
    margin: 0px auto 0px 50px;
}
section.aboutbody div.aboutcontainer div.desc p{
    text-align: justify;
    text-align-last: center;
    color: rgb(20, 20, 77);
}
section.aboutbody div.aboutcontainer h2.slogan{
    margin-top: 0;
    margin-bottom: 20px;
}
@media screen and (max-width:800px) {
    section.aboutbody div.aboutcontainer{
        width: 100%;
         background: linear-gradient(rgba(9, 111, 226, 0.5),rgba(34, 11, 165, 0.5)), url(images/aboutbg800.jpg);
         background-repeat: no-repeat;
         background-size: cover;
         background-position: center;
         margin: auto;
         height: 100vh;
         overflow: hidden;
    }

    section.aboutbody div.aboutcontainer div.desc{
    width: 90%;
    margin: 20px auto;
}
   section.aboutbody{
    text-align:center;
}  
}
div.container{
    padding-bottom: 0 !important;
}
main.hero-page{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;

}
section.aboutbody div.aboutcontainer div.desc p{
    text-align: justify;
    width: 100%;
    text-align-last: center;
    color: rgb(20, 20, 77);
    margin: auto;
    padding: 0;
}
}
@media screen and (max-width:650px) {
     section.aboutbody div.aboutcontainer{
        width: 100%;
         background: linear-gradient(rgba(9, 111, 226, 0.6),rgba(34, 11, 165, 0.6)), url(images/aboutbg600.jpg);
         background-repeat: no-repeat;
         background-size: cover;
         background-position: center;
         margin: auto;
         height: 80vh;
         margin-top: 0;
    }
    section.aboutbody div.aboutcontainer div.desc p{
    text-align: justify;
    width: 100%;
    text-align-last: center;
    color: rgb(0, 0, 0);
    margin: auto;
    padding: 0;
    font-size: 14px;
}
}