@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.nor-sect {
  padding: 7rem 0;
}
.nor-sect .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.nor-sect .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nor-sect .content a {
  text-decoration: underline;
  color: #02539E;
}
.nor-sect .content img {
  border-radius: 2.5rem;
}
.nor-sect .content ul {
  list-style: disc;
  padding-left: 24px;
}
.nor-sect .content ul li {
  font-size: 1rem;
  line-height: 140%;
  font-variant-numeric: lining-nums proportional-nums;
}
.nor-sect .content h2 {
  font-size: 24px;
  font-weight: 600;
}
.nor-sect .content h3 {
  font-size: 20px;
  font-weight: 600;
}
.nor-sect .content h3 {
  font-size: 18px;
  font-weight: 600;
}
.nor-sect .content p {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (max-width: 1023px) {
  .nor-sect {
    padding: 3rem 0;
  }
}
/*# sourceMappingURL=tpl-normal.css.map */
