@layer page {
  .l-container--term {
    border: solid 1px #357EC1;
    border-radius: 4px;
    padding: clamp(15px, 5vw, 30px);
    background-color: #F9FaFc;
    margin-bottom: 40px;
  }
  .terms__body {padding-bottom: 10px;}
  .terms__heading {font-weight: 700;}
  .terms__start {text-align: right;}
}