.top-pre-intro {
  padding: 100px 0;
}

.top-pre-intro-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.top-pre-intro-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 3;
  margin: 50px auto;
}

.top-pre-intro-text p {
  display: inline-block;
  text-align: left;
}

.top-pre-intro img {
  max-width: 760px;
  margin: 0 auto;
}

.top-pre-intro-cs {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 76px;
}

.top-pre-entry {
  padding-bottom: 128px;
}

.top-pre-entry-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 8px;
  background: #005d8b;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-pre-entry-text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.2;
  margin: 46px 0 28px;
}

.top-pre-entry a {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .top-pre-intro {
    padding: 60px 0;
  }

  .top-pre-intro-title {
    font-size: 21px;
  }
  .top-pre-intro-text {
    font-size: 14px;
    line-height: 2.4;
    margin: 25px auto;
  }

  .top-pre-intro-cs {
    font-size: 21px;
    margin-top: 35px;
  }

  .top-pre-entry {
    padding-bottom: 80px;
  }

  .top-pre-entry-title {
    font-size: 21px;
    height: 70px;
  }

  .top-pre-entry-text {
    font-size: 16px;
    margin: 30px 0;
  }

  .top-pre-entry a {
    max-width: 80%;
  }
}
