section.my-team{display:block;width:100%;padding:0;position:relative}section.my-team>.container{overflow:hidden;padding-top:100px;padding-bottom:100px}section.my-team:before{content:'';position:absolute;top:300px;left:0;width:100%;height:calc(100% - 250px);background-color:var(--c3)}@media only screen and (max-width:768px){section.my-team:before{display:none}}section.my-team .my-team-header{padding-left:540px;min-height:220px;position:relative}@media only screen and (max-width:768px){section.my-team .my-team-header{padding-left:0;min-height:unset}}section.my-team .my-team-list{z-index:1;overflow:visible;position:relative}section.my-team .my-team-list .my-team-item{margin-top:50px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}@media only screen and (max-width:768px){section.my-team .my-team-list .my-team-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}section.my-team .my-team-list .my-team-item img{display:block;min-width:500px;background-position:center center;background-size:cover;background-repeat:no-repeat;-o-object-fit:cover;object-fit:cover;overflow:hidden;border-radius:10px;position:relative;height:740px;top:-300px;margin-bottom:-300px;z-index:1}@media only screen and (max-width:768px){section.my-team .my-team-list .my-team-item img{position:relative;top:0;margin-bottom:0;height:auto;min-width:100%}}section.my-team .my-team-list .my-team-item blockquote{position:relative;padding-left:100px}@media only screen and (max-width:768px){section.my-team .my-team-list .my-team-item blockquote{padding:0 0 0 50px}}section.my-team .my-team-list .my-team-item blockquote:before{content:'“';opacity:.2;font-size:var(--fs-h1);font-weight:var(--fw-regular);line-height:1;font-family:var(--ff-secondary);font-size:250px;color:var(--c7);position:absolute;top:0;left:0}@media only screen and (max-width:768px){section.my-team .my-team-list .my-team-item blockquote:before{font-size:100px}}section.my-team .my-team-list .my-team-item blockquote p,section.my-team .my-team-list .my-team-item blockquote a{font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:1.5;font-family:var(--ff-primary);border-left:none;padding-bottom:20px}section.my-team .my-team-list .my-team-item blockquote strong{font-weight:var(--fw-bold)}section.my-team .my-team-list .my-team-item blockquote a.button{padding:10px 20px;margin-top:20px}section.my-team .my-team-list .my-team-item .content{padding:20px}