h2 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative; }
  @media screen and (max-width: 550px) {
    h2 {
      margin: 0 auto 16px;
      padding-bottom: 15px;
      font-size: 20px; } }
  h2:after {
    content: '';
    width: 80px;
    height: 10px;
    background-color: #191919;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px; }
    @media screen and (max-width: 550px) {
      h2:after {
        width: 60px;
        height: 8px;
        left: calc(50% - 30px); } }

section.top, section.poricy {
  max-width: 700px;
  width: 90%; }

section.top {
  margin: 0 auto 60px; }
  @media screen and (max-width: 768px) {
    section.top {
      margin: 0 auto 32px; } }
  section.top p {
    margin-bottom: 50px;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      section.top p {
        margin-bottom: 22px;
        line-height: 1.6; } }
  section.top img {
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      section.top img {
        max-width: 260px; } }

section.poricy {
  margin: 0 auto 140px;
  padding: 40px 5% 60px;
  border: 5px solid #191919;
  border-radius: 10px;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    section.poricy {
      border: 3px solid #191919;
      margin: 0 auto 48px;
      padding: 22px 7% 26px; } }
  @media screen and (min-width: 769px) {
    section.poricy dl {
      padding: 0 5%; } }
  section.poricy dl:nth-last-of-type(n+2) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 6px dotted #191919; }
    @media screen and (max-width: 768px) {
      section.poricy dl:nth-last-of-type(n+2) {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom-width: 3px; } }
  section.poricy dl dt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      section.poricy dl dt {
        margin-bottom: 12px;
        line-height: 1.4;
        font-size: 20px; } }
    section.poricy dl dt span {
      font-size: 16px;
      font-weight: inherit; }
      @media screen and (max-width: 768px) {
        section.poricy dl dt span {
          font-size: 15px; } }
  section.poricy dl dd p {
    padding-left: 0.5em;
    text-indent: -0.5em;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      section.poricy dl dd p {
        line-height: 1.6; } }
    section.poricy dl dd p:nth-last-of-type(n+2) {
      margin-bottom: 3px; }
