.h0 {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  font-family: "PT Serif", serif;
}

h1, .h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 60px;
  font-family: "PT Serif", serif;
  color: #15337C;
}

h2, .h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 45px;
  font-family: "PT Serif", serif;
}

h3, .h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 10px;
  font-family: "PT Serif", serif;
}

h4, .h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  font-family: "PT Serif", serif;
}

h5, .h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
  font-family: "PT Serif", serif;
}

.fs20 {
  font-size: 20px;
  line-height: 32px;
}

.fs18 {
  font-size: 18px;
  line-height: 30px;
}

.fs16 {
  font-size: 16px;
  line-height: 24px;
}

.fs14 {
  font-size: 14px;
  line-height: 20px;
}

.fs12 {
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 800px) {
  .h0 {
    font-size: 30px;
    line-height: 39px;
  }

  h1, .h1 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }

  h2, .h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 15px;
  }
}
.c-text-shadow {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(37, 43, 99, 0.12);
  border-radius: 20px;
  padding: 30px;
  margin: 40px 0;
}

.c-text-shadow__title {
  font-weight: bold;
  margin-bottom: 30px;
}

.c-docs__item {
  display: block;
  background: #FFFFFF url("images/c-docs__item.svg") no-repeat 20px 20px;
  box-shadow: 0px 0px 30px rgba(37, 43, 99, 0.12);
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 27px 31px 27px 80px;
  position: relative;
  text-decoration: none;
}

.c-docs__name {
  font-family: "PT Serif", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.c-docs__dw {
  text-decoration: underline;
}

.c-docs__item:hover .c-docs__dw {
  text-decoration: none;
}