section.team_section_1 .cards{display:flex;flex-flow:wrap row;align-items:baseline;justify-content:center}section.team_section_1 .cards .card{width:calc(50% - 15px);margin-right:30px;margin-bottom:50px}section.team_section_1 .cards .card:nth-child(2n+2){margin-right:0}section.team_section_1 .cards .card:nth-last-child(-n+2){margin-bottom:0}@media screen and (max-width:800px){section.team_section_1 .cards .card{width:100%;margin-right:0}section.team_section_1 .cards .card:nth-last-child(-n+2){margin-bottom:30px}section.team_section_1 .cards .card:last-child{margin-bottom:0}}section.team_section_1 .cards .card .card__header{width:100%;height:780px;position:relative;overflow:hidden;border-radius:30px}section.team_section_1 .cards .card .card__body{padding:40px;transform:translateY(-50px);border-radius:30px;background-color:var(--tertiary);border:1px solid var(--tertiaryDarker);color:var(--secondary)}section.team_section_1 .cards .card .card__body .title{margin-bottom:25px}section.team_section_1 .cards .card .card__body .title h2{font-size:70px;line-height:80px;font-weight:var(--fontWeightBold)}section.team_section_1 .cards .card .card__body .smalltitle{margin-bottom:50px}section.team_section_1 .cards .card .card__body .smalltitle h3{font-size:25px;line-height:35px;font-weight:var(--fontWeightBold)}section.team_section_1 .cards .card .card__body .text p{font-size:var(--fontSizeMD);line-height:calc(var(--fontSizeMD) + 10px)}