.team-wrapper .team .team-section{display:grid;grid-template-columns:repeat(3,1fr);gap:3em}@media (max-width:767px){.team-wrapper .team .team-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.team-wrapper .team .team-section{grid-template-columns:repeat(1,1fr)}}.team-wrapper .team .team-section .card .name-position p{padding-bottom:0;margin:0}.team-wrapper .team .team-section .card .name-position p:first-child{font-size:24px;font-family:Montserrat}.team-wrapper .team .team-section .card .name-position p:nth-child(2){font-family:Montserrat;font-size:16px;margin-bottom:1em}.team-wrapper .team .team-section .card .name-position .read-more{color:#385370;font-weight:700}.team-wrapper .team .team-section .card .image img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.team-wrapper .team .team-section .card .description{display:none}.team-wrapper .team .team-section .card .description p{font-size:16px}