.layout-content {
  padding: 160px clamp(40px, 19.8vw, 300px) 70px clamp(40px, 19.8vw, 300px);
}

.page-title {
  font-size: clamp(50px, 4.35vw, 66px);
  line-height: clamp(60px, 5vw, 76px);
  margin-bottom: 10px;
}

.node__submitted {
  margin-bottom: 40px;
  color: var(--color-background-alternative);
  opacity: 0.7;
}

.field--name-field-banner-image img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.field--name-body p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.node__submitted {
    display: none!important;
  white-space: nowrap;
}

.field--name-field__news-type {
    display: none;
}


.node--type-news h2 {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 20px;
}

.node--type-news h3 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 20px;
}

.node--type-news h4 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
}

.node--type-news h5 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}

.node--type-news h6 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.field--name-body p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.field--name-body ul {
  margin-bottom: 20px;
    list-style-type: disc;
}

.field--name-body li {
    margin-left: 21px;
  margin-bottom: 10px;
   font-size: 20px;
  line-height: 24px;
}

.field--name-body strong {
    font-weight: 700;
}

.field--name-body strong {
    font-weight: 700;
}

.field--name-body em {
    font-style: italic;
}

.field--name-body a {
  text-decoration: underline;
  display: inline-block;
  color: var(--color-background-alternative);
}

.region-content .node__content {
    display: flex;
    flex-direction: column;
    /*gap: 5vw;*/
}

.region-content .node__content .field--name-body {
     /*order: 0;*/
    /*width: calc(60vw - 2 * clamp(40px, 15vw, 140px) - 50px);*/
    width: 100%;
}

.field--name-field-banner-image {
    margin-top: 30px;
    width: 100%;
    /*width: 40vw;*/
    /*margin-top: 20px;*/
    /*margin-left: 20px;*/
    /*order: 1;*/
}

.region-footer a {
    text-decoration: none;
    display: block;
    color: white;
}

.video-container:last-of-type {
    margin-bottom: 30px;
}

.video-container:last-of-type a {
    font-size: 20px;
    line-height: 24px;
}


main {
  padding: 0!important;
}

@media only screen and (max-width: 1024px) {
    .layout-content {
      padding: 160px clamp(40px, 14vw, 240px) 70px clamp(40px, 14vw, 240px);
    }
    .region-content .node__content {
        display: flex;
        flex-direction: column;
    }
}


@media only screen and (max-width: 700px) {
  .layout-content {
    padding: 160px clamp(40px, 12vw, 180px) 70px clamp(40px, 12vw, 180px);
  }
}

@media only screen and (max-width: 480px) {
  .page-title {
   font-size: 40px;
   line-height: 44px;
  }
  .node__submitted {
    flex-wrap: wrap;
  }
}

