.header {
  border-bottom: 1px #c4c4c4 solid;
  background-color: #f6f6f6;
}

.main_content {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  word-break: keep-all;
  display: flex;
  gap: 60px;
}

.main_text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}

.main_text.roda_text {
  justify-content: flex-start;
}

.about_text {
  margin-bottom: 50px;
}

.extase_content {
  max-width: 1350px;
}

.roda_text h2 {
  margin-bottom: 60px;
}

.roda_text .since {
  position: absolute;
  bottom: 0;
}

.roda_text .since h3 {
  margin-bottom: 0;
}

.extase_content .content p > span {
  display: block;
  margin-bottom: 20px;
}

.extase_pdf {
  margin-right: 10px;
}

.main_text h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.main_text .content {
  font-size: 17px;
  line-height: 30px;
}

.main_text .content p {
  word-break: auto-phrase;
}

.main_text .content p:first-child {
  margin-bottom: 40px;
}

.since {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.since h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}

.since .peerless_link {
  text-decoration: underline;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}

.since .peerless_link img {
  width: 12px;
  margin-left: 7px;
}

.since .peerless_logo {
  width: 75px;
}

.pdf_download {
  display: inline-block;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 35px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}

.pdf_download:hover {
  background: #000;
  color: #00ec91;
}

@media all and (max-width: 1000px) {
  main {
    height: auto;
  }

  .main_content {
    position: unset;
    transform: unset;
    flex-direction: column;
    margin-top: 70px;
    gap: 25px;
    padding: 20px;
  }

  .main_content h2 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
  }

  .main_text .content p:first-child {
    margin-bottom: 20px;
  }

  .main_text .content p > span {
    margin-bottom: 20px;
    display: block;
  }

  .main_content p {
    font-size: 11px;
    line-height: 20px;
  }

  .main_text .content {
    margin-bottom: 60px;
  }

  .since {
    margin-bottom: 60px;
  }

  .since h3 {
    font-size: 24px;
  }

  .pdf_download {
    font-size: 15px;
  }

  .roda_text .since {
    position: unset;
  }

  .extase_pdf {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
