.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: 1440px;
}

.sidebar {
  position: sticky;
  top: 0;
  left: 0;
}

.sidebar-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #202020;
  padding-bottom: 20px;
  width: 255px;
  cursor: pointer;
  text-decoration: none;
}

.sidebar-text-first {
  padding-top: 140px;
}

.sidebar-text-active {
  color: var(--pink);
}

.main {
  padding-left: 30px;
  width: 100%;
  height: 100%;
}

.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-title-pink {
  color: var(--pink);
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.2px;
}

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

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

@media (max-width: 912px) {
  .main {
    padding-left: 0;
  }

  .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;
  }
}
