main {
  margin-top: 13rem;
}

h1 {
  letter-spacing: 0.3rem;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

.main-title {
  width: 100%;
  height: 220px;
  margin-top: 8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.main-title span {
  content: "";
  display: block;
  background-color: rgba(61, 94, 185, 0.8);
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-title::before {
  color: #dbe7fc;
  font-weight: 400;
  font-size: 7.5rem;
  font-family: abolition, sans-serif;
  display: block;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -3.9rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.main-title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.3rem;
  text-align: center;
  width: 100%;
}
.main-title h1::after {
  color: #dbe7fc;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: abolition, sans-serif;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  letter-spacing: 0.2rem;
}

.breadcrumb {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 3rem;
  font-size: 90%;
}
.breadcrumb a {
  font-size: 90%;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  font-size: 90%;
  font-weight: 400;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
}
.breadcrumb ol li::after {
  content: ">";
  display: block;
  font-size: 80%;
  font-weight: 400;
  padding: 0 1rem;
}
.breadcrumb ol li:last-child::after {
  display: none;
}

@media screen and (max-width: 835px) {
  .main-title {
    height: 150px;
  }
  .main-title span {
    height: 150px;
  }
}/*# sourceMappingURL=base.css.map */