.main-container {
  z-index: 2;
  position: relative;
  background-color: #fff;
}

.inner-section {
  z-index: 5;
  position: relative;
  height: auto;
  max-width: 1920px;
}

.inner-row {
  max-width: 1028px;
}

.title {
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  color: #302e70;
  padding-top: 68px;
  padding-bottom: 24px;
}

.divider {
  background-color: #bdb7b5;
  width: 100%;
  height: 1px;
}

.section-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: var(--darkhighprio);
  padding-bottom: 16px;
  padding-top: 40px;
}

.section-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--darkmidprio);
}

.section-text > .pink {
  color: var(--pink);
  text-decoration: none;
  font-weight: 600;
}

.last-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media (max-width: 912px) {
  .title {
    font-size: 24px;
    line-height: 32px;
    padding-top: 40px;
    padding-bottom: 8px;
  }

  .section-title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
    padding-top: 32px;
  }

  .section-text {
    font-size: 14px;
    line-height: 20px;
  }
}
