*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
  color: #1f1f1f;
  line-height: 1.25;
  font-weight: 400;
}
body {
  font-size: 16px;
}
.content__wrap {
  margin: 50px 0 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding: 0;
}
.content__wrap .content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 10px 50px;
}
.content__wrap h1 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
@media (min-width: 575px) {
  .content__wrap h1 {
    margin-bottom: 70px;
    font-size: 40px;
    line-height: 50px;
  }
}
.content__wrap h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .content__wrap h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.content__wrap p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.content__wrap .text-list {
  margin-bottom: 10px;
}
.content__wrap .p-l {
  padding-left: 15px;
}
.content__wrap .text-600 {
  font-weight: 600;
}
