.questions-header {
  margin-bottom: 16px;
}

.send-us-an-email-btn.btn {
  margin-top: 32px;
  padding: 15px 32px;
  width: auto;
}
@media (min-width: 960px) {
  .send-us-an-email-btn.btn {
    margin-top: 48px;
  }
}

.join-team-container {
  max-width: 760px;
  padding-bottom: 48px;
  margin: auto;
  margin-bottom: 48px;
  border-bottom: 2px solid #eee;
}
@media (min-width: 960px) {
  .join-team-container {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}

.open-positions-title {
  text-align: left;
  font-size: 18px;
  line-height: 1.56;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.1px;
  color: #333;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .open-positions-title {
    margin-top: 80px;
  }
}

.job-opening {
  display: flex;
  padding: 12px 20px;
  box-shadow: 0 1px 2px 0 rgba(51, 51, 51, 0.04);
  border: solid 1px #eee;
  background-color: #fff;
  transition: border-color 0.2s linear;
  justify-content: space-between;
}
.job-opening:hover {
  text-decoration: none;
  cursor: pointer;
  border-color: #0567a7;
}
.job-opening + .job-opening {
  margin-top: 8px;
}

.job-opening__info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-right: 16px;
}

.job-opening__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.1px;
  color: #333;
}
@media (min-width: 960px) {
  .job-opening__title {
    font-size: 18px;
    line-height: 1.56;
  }
}

.job-opening__description {
  font-size: 14px;
  line-height: 1.57;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.01px;
  color: #666;
}

.job-opening__apply-link {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.67;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #0567a7;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .job-opening__apply-link {
    font-size: 14px;
    line-height: 1.57;
  }
}
.job-opening__apply-link .arrow-right-icon {
  margin-left: 6px;
}
.job-opening__apply-link .arrow-right-icon :deep(g) {
  fill: #4990e4;
}

.meet-our-team-header {
  margin-bottom: 48px;
}
@media (min-width: 960px) {
  .meet-our-team-header {
    margin-bottom: 80px;
  }
}

.team-members-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -40px;
}
@media (min-width: 960px) {
  .team-members-container {
    margin-bottom: -80px;
  }
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .team-member {
    margin-bottom: 80px;
  }
}

.team-member__head-shot {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  width: 102px;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 16px;
}

.team-member__name {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -0.11px;
  text-align: center;
  color: #333;
  margin-bottom: 2px;
}

.team-member__job-title {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  color: #666;
  margin-bottom: 8px;
}

.team-member__linkedin-link {
  display: inline-flex;
}
.team-member__linkedin-link :deep(svg > g > path) {
  fill: #0567a7;
}

.we-re-igotanoffer-container {
  display: inline-flex;
  align-items: flex-end;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.57;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #0567a7;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.we-re-igotanoffer-container .we-re-igotanoffer-text {
  margin-bottom: 3px;
}

.header {
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .header {
    margin-bottom: 24px;
  }
}

.sub-header {
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .sub-header {
    margin-bottom: 64px;
  }
}

.sub-header-text {
  margin: auto;
  max-width: 880px;
}
.sub-header-text + .sub-header-text {
  margin-top: 12px;
}

.team-picture-container {
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .team-picture-container {
    padding: 0 24px;
    margin-bottom: 42px;
  }
}
.team-picture-container img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  width: 100%;
  height: auto;
}

.arrow-down-container {
  margin-bottom: 56px;
}
@media (min-width: 960px) {
  .arrow-down-container {
    margin-bottom: 72px;
  }
}

.impact-info-container {
  display: grid;
  gap: 40px;
  margin-bottom: 48px;
}
@media (min-width: 960px) {
  .impact-info-container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 80px;
  }
}

.impact-info {
  position: relative;
  padding: 36px 16px 22px;
  border: solid 2px #eee;
}

.impact-info__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.impact-info__number {
  font-size: 32px;
  line-height: 1.31;
  font-weight: bold;
  letter-spacing: -0.1px;
  text-align: center;
  color: #333;
}

.impact-info__title {
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  letter-spacing: -0.09px;
  text-align: center;
  color: #666;
}