.case__text {
  font-size: 1.5rem;
  font-weight: 700;
}

.teamDesign_text {
  font-size: 1rem;
  font-weight: 700;
}

.case .pageSec__figure img {
  max-width: 52.5rem;
}

.pageSec__img {
  max-width: 69.7rem;
}

@media screen and (max-width: 767px) {
  .case .pageSec__figure img {
    max-width: 100%;
  }
}


.supportAreas__column {
  align-items: center;
  display: grid;
  gap: 1.875rem;
  grid-template-columns: auto 14.375rem;
  margin-bottom: 2.5rem;
}

.supportAreas__title {
  font-size: 1.5rem;
  font-weight: 700;
}

.supportAreas__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1rem;
}

.supportAreas__img img {
  border-radius: 2.5rem;
}

@media screen and (max-width: 767px) {
  .supportAreas__column {
    grid-template-columns: 1fr;
  }

  .supportAreas__title {
    font-size: 1.375rem;
  }

  .supportAreas__img img {
    border-radius: 1.5rem;
  }
}

