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

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

.title {
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: var(--pink);
  padding-top: 76px;
  padding-bottom: 76px;
}

.image-title {
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--darkhighprio);
  padding-top: 11px;
  padding-bottom: 4px;
}

.image-subtitle {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: var(--darkhighprio);
  letter-spacing: 0.2px;
}

.frame1 {
  padding-bottom: 51px;
}

.main-row {
  padding-bottom: 140px;
}

@media (max-width: 912px) {
  .frame-div {
    align-items: center !important;
  }

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

  .image-title {
    font-size: 20px;
    line-height: 28px;
    padding-top: 11px;
    padding-bottom: 0;
  }

  .image-subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .frame1 {
    padding-bottom: 40px;
  }

  .press-img {
    width: 343px;
    height: 351.5px;
  }

  .main-row {
    padding-bottom: 60px;
  }
}
