.culture-content {
    grid-column-start: 1;
    grid-column-end: 7;
    font-size: 1.5625em;
    font-family: Onest;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3em;
    color: #404348;
    margin-top: 1.36em;
}

.culture-title {
    grid-column-start: 1;
    grid-column-end: 9;
    font-size: 3.5em;
    font-family: AvrileSans-Condensed;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    color: #0095DA;
    margin: 1.3035714285714286em 0 1.2678571428571428em;
}

.culture-icon {
  height: 1.625em;
  margin-bottom: 0.375em;
  justify-self: right;
  grid-column: 12;
  grid-row: 1;
}

.culture-section-title {
  font-size: 1em;
  font-family: Onest;
  font-weight: 200;
  font-style: normal;
  line-height: 1em;
  color: #212529;
  margin-bottom: 0.625em;
  grid-row: 1;
}

.culture-section {
  column-gap: 1.0989011%;
  padding: 4.625em 3.2967033% 3.5em;
  margin-top: 3.125em;
  background: #F4FCFF;
  border-radius: 1.5625em;
}

@media (max-width: 1024px) {
  .culture-content {
    grid-column-end: 13;
    font-size: 1.125em;
    line-height: 1.2em;
    margin-top: 0.6111111111111111em;
  }

  .culture-title {
    grid-column-end: 13;
    font-size: 1.875em;
    margin: 0.8666666666666667em 0 0;
  }

  .culture-icon {
    height: 1.5em;
    margin-bottom: 0.125em;
  }

  .culture-section-title {
    margin-bottom: 0.25em;
  }

  .culture-section {
    padding: 2.125em 4.373177842565598% 2.1875em;
  }

  .culture-hr {
    display: none;
  }
}