.main-container {
  z-index: 2;
  position: relative;
  padding: 0;
  margin: 0;
}

.inner-section {
  z-index: 5;
  position: relative;
  height: auto;
}

.inner-width {
  max-width: 1920px;
}

.inner-width2 {
  max-width: 1440px;
}

.margin-auto {
  margin: auto;
}

.text1 {
  width: 919px;
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: #302e70;
  padding: 125px 0;
}

.center-logo {
  padding: 0 16px;
}

.section1-1 {
  padding-bottom: 126px;
}

.text2 {
  padding-bottom: 17px;
  font-family: "Garamond";
  font-style: italic;
  font-weight: 400;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #302e70;
}

.text3 {
  width: 350px;
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #302e70;
}

.text3 > .orange {
  color: var(--orange);
}

.tari {
  padding: 0 62px;
}

.section1-2 {
  padding-bottom: 135px;
}

.section2 {
  background-color: #feddcd;
  width: 100%;
}

.section3 {
  padding: 130px 0;
}

.text4 {
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #302e70;
  width: 625px;
  padding-left: 30px;
}

.text4 > i {
  color: var(--orange);
}

.text4 > .name {
  font-weight: 700;
}

.section2-1-text {
  padding-bottom: 48px;
}

.section2-text {
  font-family: "Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #302e70;
  padding-top: 48px;
}

.section2-images {
  background-color: #feddcd;
}

.section2-img1 {
  margin-top: 6%;
}

.section2-img2 {
  margin-left: 25px;
  margin-bottom: 6%;
}

.section2-img3 {
  margin-top: 8%;
}

.section2-img4 {
  margin-bottom: 8%;
}

.section2-img5 {
  margin-top: 8%;
}

.section2-img6 {
  margin-bottom: 12%;
}

@media (max-width: 912px) {
  .main-container {
    padding: unset;
    margin: unset;
  }

  .text1 {
    width: 341px;
    font-size: 24px;
    line-height: 32px;
    padding: 90px 0;
  }

  .text2 {
    padding-bottom: 32px;
    font-size: 32px;
    line-height: 44px;
  }

  .section1-2 {
    flex-direction: column !important;
  }

  .text3 {
    width: 342px;
    font-size: 16px;
    line-height: 24px;
  }

  .text3-1 {
    padding-bottom: 21px;
  }

  .text3-2 {
    padding-top: 21px;
    padding-bottom: 56px;
  }

  .section3 {
    flex-direction: column !important;
    padding: 40px 0 120px 0;
  }

  .text4 {
    font-size: 16px;
    line-height: 24px;
    width: 343px;
    padding-left: 0;
    padding-top: 32px;
  }

  .section2-img1 {
    width: 115.7px;
    height: 170px;
  }

  .section2-img2 {
    margin-left: 0;
    width: 76.27px;
    height: 134.07px;
    margin-bottom: 15%;
    margin-top: 0;
  }

  .section2-img3 {
    width: 147.22px;
    height: 165.78px;
    margin-bottom: 0;
    margin-top: 18%;
  }

  .section2-img4 {
    width: 106.18px;
    height: 137.1px;
    margin-bottom: 15%;
    margin-top: 0;
  }

  .section2-img5 {
    width: 102px;
    height: 159.32px;
  }

  .frame {
    width: 343px;
    height: 358px;
  }

  .section2-text {
    font-size: 18px;
    line-height: 28px;
    padding-top: 40px;
    width: 343px;
  }

  .section1-2 {
    padding-bottom: 56px;
  }

  .inner-section {
    width: 100%;
    padding: 0;
  }

  .section2-images {
    column-gap: 0;
  }

  .tari {
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 70px;
    border-radius: 50%;
    clip-path: ellipse(50% 50% at 50% 50%);
    margin: 0px 0 10 02px;
    height: 233px;
  }
}
