#aboutHeader {
    width: 100%;
    height: 90vh;
    background: url('../images/aboutbg.webp');
    background-size: cover;
    background-position: center;
}

.textBlue {
    font-size: 1.2rem;
    color: #2A19D7;
    font-style: italic;
    font-weight: 600;
}

.aboutLeftImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutLeftImg img {
    width: 70%;
    object-fit: cover;
}

.aboutQueteSec {
    background: url('../images/aboutbar.png');
    min-height: 100%;
    background-size: cover;
    margin-top: 0% !important;
    box-shadow: inset 0 0 0 2000px rgba(66, 50, 234, 0.058);
}

.aboutquote {
    font-style: italic;
}

.freesessionSec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.freesessionSec img {
    width: 78%;
    object-fit: contain;
}

.highlight {
    color: #a14cf2;
}

.follwoing {
    /* background: url('../images/21013692bdd863222514e041b303f25a.jpg'); */
    min-height: 100%;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(245, 239, 255, 90%);
    margin: 0% !important;
}

/* .followGroup {
    border: 2px solid black; */
/* } */

.followGroup img {
    width: 50%;
}

/* 
.followingList li::before {
    content: "\2022";
    color: #a14cf2;
    font-weight: bold;
    display: inline-block; 
    width: 5em;
    margin-left: -1rem;
  


 */

.aboutPageRightimg {
    width: 55%;
    object-fit: contain;
}

.regard {
    font-style: italic;
    font-size: 1.5rem;
    color: #2A19D7;
    font-weight: 600;
    text-align: center;
}

.aboutbgGrey {
    background-color: #f6f1ff;
}



@media screen and (max-width: 800px) {

    #aboutHeader{
        height: auto;
        padding: 0!important;
    }

    #subHeading {
        padding-right: 0;
    }
    .mainHeaderLeft{
        padding: 0!important;
    }

    .aboutQueteSec{
        margin: 0!important;
        padding: 0!important;
    }

    .Publications{
        margin: 0;
    }

    .sessionSec{
        margin-bottom: 1rem;
    }
    .freesessionSec img{
        width: 100%;
        margin-top: 1rem;
    }

    .scheduleBtn{
        width: 100%;
    }
    .contactBtn{
        width: 100%;
    }

    .aboutusimg{
        padding: 0!important;
        width: 100%;
        margin-top: 1rem;
    }
    .followGroup{
        flex-direction: row;
        justify-content: space-between;
    }
    .followGroup img{
        margin-bottom: 1.2rem!important;
        width: 45%;
    }


}

