.footer[page] {
  background-color: #F6F6F6;
}
.f-law {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
}
.f-law-content {
  padding: 0 150px 100px 150px;
  text-align: center;
}
.f-law-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  margin: 22px 0 18px 0;
}
.f-law-title::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -36px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #05315A;
}
.f-law-text {
  text-align: justify;
}
.f-law-text h6 {
  font-size: 15px;
  font-weight: 400;
}
.f-law-underline {
  text-decoration: underline;
  color: inherit;
}
.f-law-text span {
  padding-left: 15px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }

  .f-law {
    padding: 85px 5% 0 5%;
  }
  .f-law-title {
    font-size: 30px;
    margin: 20px 0 32px 0;
  }
  .f-law-content {
    padding: 0 0 50px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}