.legal {
  h3 {
    font-size: 14px;
    line-height: 150%;
    color: #3d3d3d;
    font-weight: bold;

    margin-top: 20px;
  }

  p {
    font-size: 14px;
    line-height: 150%;
    color: #3d3d3d;
  }

  table,
  th,
  td {
    padding: 35px 15px;
    border: 1px solid #3d3d3d;
  }

  ul li {
    list-style-type: disc;
    font-size: 14px;
    line-height: 150%;
    color: #3d3d3d;
  }

  .big-title h1 {
    color: #0029d3;
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .main-content {
    max-width: 1200px;
    padding: 32px 57px;

    border-radius: 18px !important;
    background: #fff;
    box-shadow: unset !important;
  }

  .main-content p {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */

    margin-bottom: 20px;
  }
  .big-title h4 {
    margin-bottom: 26px;
  }
}
