

.about-page{
    color: var(--section-text);
    height: auto;
    flex-direction: column;
    justify-content: center;
    /* box-shadow:  0 0 20px 0 rgb(0 0 0 / 40%); */
}

.about-pic{
    width: 240px;
    height: 210px;
    margin: 1em;
}

.bottom{
    display: block;
    margin-top: 0;
}

.info{
    /* display: flex;
    justify-content: space-between; */
    font-size: larger;
    margin: 0 2em;
    margin-bottom:0 ;
    text-align: justify;
}
.info p{
    text-align: justify;
    letter-spacing: 0.1rem;
    /* word-spacing: 0.4em; */
    
}

.sir-image{
    position: relative;
    float: left;
    margin-right: 2em;
    margin-bottom: 5em;
}

.page{
    margin: 2em 2em 0.5em 2em;
}

.sir-info{
    position: absolute;
    text-align: center;
    background-color: var(--primary-color); 
    color: white;
    top: 218px;
    left: 5px;
    width: 90%;
    padding: 0.7em;
    box-shadow:  0 0 50px 0 rgb(0 0 0 / 50%);
}


@media only screen and (max-width: 768px){

    .info{
        font-size: medium;
        text-align: center;
    }
    .sir-image{
        float:none;
        margin-right: 0;
    }
    



}

