.team-page{min-height:100vh;background:white;color:#222;padding-top:var(--global-section-padding);padding-bottom:var(--global-section-padding) * 2;margin-bottom:var(--footer-bottom-padding);position:relative;z-index:10;border-radius:0 0 1.5rem 1.5rem;overflow:hidden}.team-wrapper{background-color:white;width:100%}.team-container{width:var(--page-max-width);margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:1.5rem}.team-paragraph.first{margin-top:.5rem}.team-paragraph.second{margin-top:1rem}.team-email-link{text-decoration:underline;transition:text-decoration .2s}.team-email-link:hover{text-decoration:none}@media (max-width:639px){.team-title{font-size:1.25rem;line-height:1.375}.team-page{margin-bottom:220px}}