.meet-the-team-reed-events-section{
    padding:114px 0 30px 0;
}
.meet-the-team-reed-events-section .reed-events-container{
  max-width:1240px;
  margin:0 auto;
  width:100%;
}
.meet-the-team-reed-events-section .reed-events-container .reed-title{
  margin:0 0 35px 0;
  padding:0;
  font-size:48px;
  line-height: 55px;
  font-weight:bold;
  text-align:center;
}

.meet-the-team-reed-events-section .reed-events-container .image-reedevents-middle {
    display: flex;
    background-color: #F0F1F2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.meet-the-team-reed-events-section .reed-events-container .reed-gra-left-colum img{
  -webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
  height:100%;
  object-fit:cover;
  
}
.meet-the-team-reed-events-section .reed-events-container .reed-gra-left-colum {
    width:40%;
}
.meet-the-team-reed-events-section .reed-events-container .reed-gra-right-colum {
    width:60%;
    padding:48px 63px 48px 76px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.meet-the-team-reed-events-section .reed-events-container .name-designation-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.name-designation-content .name-title{
    font-size: 28px;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.name-left-content p{
  font-size: 17px;
  font-weight: 400;
  opacity: 0.8;
  color:#000;
}
body.widget-snippet .name-left-content p {
  opacity:100;
}
.graduation-bottom-content p{
  font-size:16px;
  font-weight:400;
  line-height:28px;
  color:#000;
}
.about-us-title p{
     font-size: 19px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0 0 10px 0;
}

.name-designation-content {
    margin-bottom: 32px;
}

body.widget-snippet .social-icon-part ul li,
.fee .social-link-section ul li{
  padding: 10px;  
}
body.widget-snippet .social-icon-part  ul li a,
.fee .social-link-section  ul li a{
  padding: 10px;  
}
body.widget-snippet .social-icon-part ul li i,
.fee .social-link-section  ul li i{
  padding: 10px;  
}
.social-icon-part  ul li:after {
  display: none;
}
.social-icon-part ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.social-icon-part ul li{
  padding: 0 11px 0 0;
  margin: 0;
}
.social-icon-part ul li:last-of-type{
  padding: 0;
}
.social-icon-part ul li a{
     color: rgba(0, 0, 0, 0.18);
    font-size: 23px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration:none;
}
.image-reedevents-middle:hover .social-icon-part ul li a{
   color: #fff;
    background-color: #0077B5;
}
.social-icon-part ul li a i {
  font-size: 23px;
}
