* {
    padding: 0;
    margin: 0;
}

.about-main-div {


    position: relative;
    width: 100vw;
    height: 100vh;


}

.about_img {
    position: absolute;
    width: 100vw;
    height: 60%;
    object-fit: cover;
    opacity: 0.3;

    z-index: 1;

}

.about_section-header {
    /* position: absolute;  */
    /* left: 50%;  */
    height: auto;
    width: 80%;
    /* margin-left: auto; */
    position: relative;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);

    font-size: 3rem;
    font-weight: bold;
    /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); */
    z-index: 3;
    margin-bottom: 6rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60%;
    background-color: rgba(237, 239, 248, 0.6);
    z-index: 2;
}

.About-us-title {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
    z-index: 3;
    /* margin-bottom: 20px; */
    margin-left: 1rem;
}

.about-us-description {
    position: relative;
    color: black;
    font-size: 1.6rem;
    margin-left: 1rem;
}

.about-us {
    padding: 50px 20px;

    text-align: center;
    position: relative;
    z-index: 2;

}

.our-vision {
    color: black;
}

.message {
    z-index: 2;
    padding: 50px 20px;
    position: relative;

}

.message-heading {
    color: black;
    font-weight: bold;
    font-size: 3rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
    z-index: 3;

}

.message-desc {

    margin-top: 1rem;
    font-size: 1.5rem;
}

.about-team {
    z-index: 3;
}

.team-heading {
    color: black;
    text-align: center;
    font-size: 3rem;
}

.team-cards {
    display: flex;
    justify-content: space-evenly;
    height: 22rem;
    width: 76%;
    margin: 2rem;
    padding-left: 8rem;
    /* text-align: center; */
}

.card1 {
    background: #fff;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .16), -4px -4px 8px 0 rgba(0, 0, 0, .16);
    border-radius: 6px;
    margin-left: 3rem;
    height: 95%;
    text-align: center;
    width: 37%;


    box-sizing: border-box;
    margin-bottom: 2rem;
}

.img-div {
    border: 1px solid black;
    height: 8rem;
    margin: auto;
    width: 8rem;
    margin-top: 4rem;
    border-radius: 15rem;

}

.card1 i {
    font-size: 2rem;
    color: #0077b5;
    margin-top: 2rem;
    ;

}

.member-name {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 1rem;
}

.member-position {
    font-size: 1.1rem;
    color: grey;


}

.offers {
    z-index: 3;
    margin-top: 2rem;

}

.offer-heading {
    margin-top: 4rem;
    text-align: center;

}

.offer-cards {
    display: flex;
    /* justify-content: space-evenly; */
    height: 10rem;
    width: 76%;
    margin: 3rem;
    padding-left: 8rem;
}

.expert-session {
    /*height: 10rem;
    */
    /*width:auto ;
    */
    border: 2px solid black;
    background-color: black;
    margin-left: 2rem;
    border-radius: 1.5rem;

}

.expert-session img {
    margin: 0.5rem;

}

.expert-session h3 {
    font-size: 1.2rem;
    margin-left: 1rem;
    color: #fff;
}

.expert-session p {
    margin-left: 1rem;
    color: #fff;


}