.teacher_profile_img{
border-radius: 100%;
border: 1px solid white;
height: 100px;
width: 100px;
margin-top: 10px;
position: relative;
}
.profile-bg{   
background-image: url(/assets/images/profile-bg.png);    
background-position: center; 
background-repeat: no-repeat;
background-size: cover;
height: 230px;
}
.overlay{
border-image: linear-gradient(165deg, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.9)) fill 0;
}
.mt-n-65{
margin-top: -65px;    
}
.teacher-profile-head{
display: flex; 
gap: 25px;   
}
.faculty_name{
font-weight: 700;  
color: #ffffff;  
}
.faculty_experties{
font-weight: 600;    
}
.teacher-details-shadow{
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
margin-bottom: 20px;
padding: 20px;
}
@media(max-width:767px){
.teacher-profile-head{
display: flex;
place-items: center;
}}
@media(max-width:540px){
.profile-bg{
height: 125px;
}    
.mt-n-70{
margin-top: -70px;    
}    
.teacher-profile-head{
display: inline-block;
text-align: center;
}
.faculty_name{
color: black;    
}}
/* waves */