


.about-container{
    width: 100%;
    display: flex;
    justify-content: center;
}
    .about-container .content {
        width: 100%;
        display: flex;
        /* flex-direction: column;
    justify-content: center;
    align-items: center;*/
        gap: 20px;
        padding: 20px;
        max-height: 550px;
    }
.about-container .content p:nth-child(1){
    font-size: 20px;
    font-weight: bolder;
    color: #044697;
    width: 100%;
    text-align: justify;
}
.about-container .content p
{width: 100%;
   /*  text-align: justify; */
    color: black;
}
.about-container .content button{
    width: 160px;
    padding: 10px;
    background-color: #044697;
    color: white;
    border: none;
    cursor: pointer;
}
#mission-content {

    height: auto;
    text-align:justify;
}

#vission-content {
    height: auto;
    text-align: justify;
}

@media(max-width:780px) {
    .about-container .content {
        width: 100%;
        max-height:max-content !important;

    }
    #mission-content {
        max-height: 150px !important;
        height: auto;
    }
    #vission-content {
        max-height: 150px !important;
        height: auto;
    }
}