
section.our-team { padding: 60px 0px; background-color: #f6f9fe;}

section.our-team .header {text-align: center; margin: auto; padding-bottom: 30px;}

section.our-team .header h2 {text-align: center; font-size: 32px; font-family: 'Roboto', sans-serif; color: #444444;}

section.our-team .header p {margin: 15px 0px 0px 0px ; font-size: 16px; font-family: "Open Sans", sans-serif; color: #444444;}

section.our-team .members { margin-bottom: 30px; }

section.our-team .members:last-child { margin-bottom: 0px; }

section.our-team .member { margin-bottom: 20px; overflow: hidden; border-radius: 4px; background: #fff; 
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);}
    
section.our-team .member .member-img { position: relative; overflow: hidden;  }
    
section.our-team .member .member-img img { height: 255px; width: 100%;  }

section.our-team .member .member-info { padding: 25px 15px;  }
   
section.our-team .member .member-info h4 { font-weight: 700; margin-bottom: 5px; font-size: 18px; color: #222222; }   

@media only screen and (min-width: 768px) {
    section.our-team .header {text-align: center; width: 50%; margin: auto; padding-bottom: 30px;}
}
    