.about{
    background-color: #e5e7e9;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.aboutIn{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 120px;
}

.cardP{
    width: 47%; 
    display: flex;
    justify-content: space-between;
    height: 420px;
    border-radius: 15px;
    margin-bottom: 70px;
    box-shadow: 10px 10px 55px -20px rgba(0,0,0,0.75);
    background-color: #ffffffeb;
}
.cardImg{
    width: 70%;
    border-radius: 15px;
    box-shadow: 10px 10px 55px -20px rgba(0,0,0,0.75);
}

.cardImg img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.cardContent{
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.memberName{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-size: 25px;
}

.memberFclty{
    font-family: 'Roboto', sans-serif;
    color: #6c757d ;
    margin-bottom: 22px;
}

.memberInfo{
    color: #212529 ;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;

}

.contact{
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.contact i{
    font-size: 20px;
}
.fa-github{
    font-size: 22px !important;
}
.contact a{
    font-size: 20px;
    padding-left: 15px;
    text-decoration: none; 
    transition: 0.15s;
    color: #212529;
    font-family: 'Roboto', sans-serif;

}

.contact a:hover{
    color: #ffc800;
}