@layer page {
  .l-container--term {
    border: solid 1px #2AA346;
    border-radius: 4px;
    padding: clamp(15px, 5vw, 30px);
    background-color: #F8F9F8;
    margin-bottom: 40px;
  }
  .terms__body {padding-bottom: 10px;}
  .terms__heading {font-weight: 700;}
  .terms__start {text-align: right;}
  .terms__modal-title {font-size: 24px!important; color: #212121!important;}
}