.line-box {
  width: 100%;
  padding: 6rem 4rem;
  background: #f0f7f8;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
}
.line-box .top {
  font-size: 1.8rem;
  font-weight: 700;
}
.line-box .mid {
  padding-left: 2rem;
  font-weight: 500;
}
.line-box .bot {
  padding-left: 4rem;
  font-weight: 500;
}
.line-box .fw-500 {
  font-weight: 500 !important;
}

@media all and (max-width: 63.9375rem) {
  .line-box {
    padding: 4rem 2rem;
    font-size: 1.4rem;
  }
  .line-box .top {
    font-size: 1.6rem;
  }
  .line-box .mid {
    padding-left: 1rem;
  }
  .line-box .bot {
    padding-left: 2rem;
  }
}
.noemail .noemail-page {
  font-size: 1.6rem;
}
.noemail .noemail-page .first-el {
  margin-bottom: 30px;
  color: #555;
  line-height: 1.2;
}
.noemail .noemail-page .hero {
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  border-left: 2px solid #555;
  background-color: #ececec;
}
.noemail .noemail-page .hero p {
  display: flex;
}
.noemail .noemail-page .hero .icon {
  display: inline-block;
  margin-right: 10px;
  height: 15px;
  min-width: 1.5rem;
}
.noemail .noemail-page .hero .icon img {
  height: 100%;
}
.noemail .noemail-page .alert-box {
  margin: 40px 0;
  padding: 10px 20px;
  line-height: 1.5;
  color: #293a52;
  background: #f0f7f8;
  border: 1px solid #b2dbe0;
}
.noemail .noemail-page .alert-box ol {
  counter-reset: number 0;
}
.noemail .noemail-page .alert-box ol li::before {
  padding-right: 10px;
  counter-increment: number 1;
  content: counter(number) ".";
}
.noemail .hero-bg-red {
  padding: 10px 20px;
  color: #fff;
  background: #003da2;
}/*# sourceMappingURL=personal.css.map */