.team-section{display:grid;gap:15px;grid-template-columns:repeat(4,1fr)}.team-section__team-member{background-position:50%;background-size:cover;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:397px;justify-content:flex-end;overflow:hidden;position:relative}.team-section__team-member:after{background:linear-gradient(180deg,transparent 50.13%,rgba(0,0,0,.65));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.team-section__team-member__content{padding:20px;position:relative;z-index:2}.team-section__team-member__content p{color:#fff}.team-section__team-member__content p:first-of-type{font-size:20px;font-weight:700;margin-bottom:5px}.team-section__team-member__content p:last-of-type{font-size:18px;margin:0}.team-section__team-member__pop-up-toggle{position:absolute;right:0;top:0}.team-section__team-member__pop-up-toggle rect{transition:.3s ease-in-out}.team-section__team-member:hover .team-section__team-member__pop-up-toggle rect{fill:#9d94ee}.team-section__team-member__pop-up{background-color:#fff;border-radius:10px;cursor:default;display:none;left:50%;max-height:658px;max-width:1094px;min-height:200px;overflow:scroll;padding:20px;position:fixed;top:50%;transform:translateX(-50%) translateY(-50%);width:100%;z-index:10000}.team-section__team-member.show .team-section__team-member__pop-up{display:block}.team-section__team-member__pop-up__top{align-items:center;display:grid;gap:20px;grid-template-columns:1fr 3fr}.team-section__team-member__pop-up__top img{border-radius:10px}.team-section__team-member__pop-up__top__right h3{margin-bottom:5px}.team-section__team-member__pop-up__top__right__quote span:first-of-type{display:block;font-size:100px;margin-bottom:-70px}.team-section__team-member__pop-up__bottom{display:flex;flex-direction:column;gap:20px;margin-top:35px}.team-section__team-member__pop-up__bottom__row{display:grid;gap:20px}.team-section__team-member__pop-up__toggle{cursor:pointer;position:absolute;right:10px;top:10px}@media screen and (max-width:1024px){.team-section{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.team-section,.team-section__team-member__pop-up__top{grid-template-columns:1fr}.team-section__team-member__pop-up__top img{display:none}.team-section__team-member__pop-up__bottom__row{grid-template-columns:1fr!important}.team-section__team-member__pop-up{max-width:calc(100% - 40px)}}