.about{
    margin-top: -100px;
    position: absolute;
}
.about h2 {
    font-size: 2em;
    background-color: #fb628d;
    width: 10%;
    padding: 5px;
    margin-left: 45%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #45bbdd;
    color: white;
}
.about p{
    font-size: 20px;
    text-align: justify;
    margin: 20px;
    width: 80%;
    margin-left: 10%;
    line-height: 2.0;
}
.profile{
    display: flex;
    width: 80%;
    margin-left: 10%;
}
.profile img{
    width: 350px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    margin-right: 30px;
    object-fit: cover;
}
.profile div h1{
    font-size: 28px;
    color: #5b8f18;
    font-weight: bold;
}
span:nth-child(3){
    font-size: 14px;
}
.profile div p{
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
}
.profile h4{
    font-size: 24px;
    color: #fb628d;
}
.misvis{
    display: flex;
    width: 80%;
    margin-left: 10%;
    gap: 10%;
    margin-top: 3%;
}
.mission, .vision{
    flex: 1;
    padding: 20px 10px;
    border-radius: 150px 0px;
    background-color: #b0dfec;
    box-shadow: 0 0 10px #45bbdd;

}
.misvis img{
   width: 30%;
   margin-left: 35%;
}
.mission h5, .vision h5{
    font-size: 22px;
    color: #5b8f18;
    text-align: center;
    margin-bottom: 10px;
}
.achieve{
    display: flex;
    width: 80%;
    margin-left:10% ;
    gap: 20px;
    margin-top: 4%;
}
.achieve img{
    width: 30%;
    margin-left: 35%;
}
.achieve .aset1{
    width: 100%;
    border: 2px solid #45bbdd;
    background: linear-gradient(45deg,#45bbdd,white,#fb628d,white,#5b8f18);
    border-radius: 0px 30px;
}
.achieve .aset1:hover{
    scale: 1.1;
    background: linear-gradient(45deg,#ffffff,white,#ffffff,white,#ffffff);
    transition: 1s;

}
.achieve h2{
    background-color: #ffffff00;
    font-size: 22px;
    color: #5b8f18;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: none;
    margin-left: 35%;
}
.achieve li{
    font-size: 18px;
    margin-bottom: 8px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
@media (max-width: 600px) {
 .profile{
    display: block;
    width: 80%;
    margin-left: 10%;
}
    .about{
    margin-top: 0px;
    position: absolute;
}
.about h2 {
    font-size: 2em;
    background-color: #fb628d;
    width: 40%;
    padding: 5px;
    margin-left: 30%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #45bbdd;
    color: white;
}
.misvis{
    display: block;
    width: 80%;
    margin-left: 10%;
    gap: 10%;
    margin-top: 3%;
}
.achieve{
    display: block;
    width: 80%;
    margin-left:10% ;
    gap: 20px;
    margin-top: 4%;
    margin-top: 2%;
}
.achieve .aset1{
    width: 100%;
    border: 2px solid #45bbdd;
    background: linear-gradient(45deg,#45bbdd,white,#fb628d,white,#5b8f18);
    border-radius: 0px 30px;
    margin-top: 5%;
}
.vision {
    margin-top: 10%;
}
}