.view-newsroom {
  max-width: 1440px;
  margin: 0 auto;
  padding-block: 75px 100px;

  @media (max-width: 1440px) {
    margin-inline: 3vw;
  }

  @media (max-width: 900px) {
    padding-block: 40px;
  }

  .view-content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    column-gap: 70px;
    margin-bottom: 75px;

    @media (max-width: 900px) {
      flex-direction: column;
      row-gap: 0px !important;

      .views-row {
        position: relative;
        flex: 1 !important;
        max-width: 100% !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        

        &:not(:first-child) {
          margin-top: 40px;
        }

        &:not(:last-child) {
          &::after {
            display: block;
            position: relative;
            content: "";
            width: 70px;
            height: 2px;
            margin: auto;
            background: #DD3A31;
          }
        }

        img {
          border-radius: 6px !important;
          box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.50) inset !important;
        }

        .views-field-field-heading, .views-field-nothing, .views-field-title, .views-field-view-node, .views-field-field-content {
          padding-inline: 0px !important;
        }

        .views-field-nothing {
          .field-content {
            padding-inline: 0px !important;
          }
        }

      }
    }

    .views-row {
      flex: 0 1 calc(50% - 45px);
      max-width: calc(50% - 45px);
      display: flex;
      flex-direction: column;
      border-radius: 24px;
      border: 2px solid rgba(74, 168, 222, 0.30);
      background: var(--Pure-White, #FFF);
      box-shadow: 0 0 0 6px var(--Pure-White, #FFF), 0 4px 24px 0 rgba(74, 168, 222, 0.50), 0 4px 64px 0 rgba(0, 0, 0, 0.35);
      transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
      
      &:hover {
        border-color: #4AA8DE;
        box-shadow: 0 0 0 6px var(--Pure-White, #FFF), 0 0 0 10px rgba(74, 168, 222, 0.25), 0 6px 28px 0 rgba(74, 168, 222, 0.50), 0 8px 64px 0 rgba(0, 0, 0, 0.35);
      }

      .views-field-field-featured-image {
        margin-bottom: 40px;
        img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          display: block;
          border-radius: 24px 24px 0px 0px;
          align-self: stretch;
        }
      }

      .views-field-title {
        margin-bottom: 10px;
        padding-inline: 60px;

        span {
          color: var(--Brand-Primary, #25408E);
          font-family: var(--font-sans);
          font-size: 38px;
          font-style: normal;
          font-weight: 600;
          line-height: 100%; /* 38px */
        }        
      }

      .views-field-nothing {
        margin-bottom: 44px;
        .field-content {
          display: inline-flex;
          gap: 27px;
          align-items: end;
          padding-inline: 60px;

          .news-tag {
            color: #A4A4A4;
            font-family: var(--font-serif);
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 163%; /* 29.34px */

            &::before {
              content: url('../../images/icons/file-icon.svg');
              margin-right: 15px;
              height: 18px;
              width: 14px;
            }
          }

          .news-publish-date {
            .datetime {
              color: #A4A4A4;
              font-family: var(--font-serif);
              font-size: 18px;
              font-style: normal;
              font-weight: 600;
              line-height: 163%; /* 29.34px */

              &::before {
                content: url('../../images/icons/calendar-icon.svg');
                margin-right: 15px;
                height: 16px;
                width: 14px;
              }
            }
          }
        }
      }

      .views-field-field-heading {
        margin-bottom: 30px;
        padding-inline: 60px;

        .field-content {
          color: var(--Brand-Secondary, #DD3A31);
          font-family: var(--font-serif);
          font-size: 32px;
          font-style: normal;
          font-weight: 800;
          line-height: 83%; /* 26.56px */
          text-transform: capitalize;
        }
      }

      .views-field-field-content {
        margin-bottom: 30px;
        padding-inline: 60px;

        .field-content {
          overflow: hidden;
          color: #000;
          text-overflow: ellipsis;
          font-family: var(--font-sans);
          font-size: 19px;
          font-style: normal;
          font-weight: 400;
          line-height: 163%; /* 30.97px */
        }
      }

      .views-field-view-node {
        margin-bottom: 50px;
        padding-inline: 60px;
        margin-top: auto;

        .field-content {
          a {
            background: #DD3A31;
            border: 1px solid transparent;
            transition: all ease 0.3s;
            padding: 12px 20px;
            border-radius: 6px;
            color: var(--Pure-White, #FFF);
            text-align: center;
            font-family: var(--font-sans);
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 14px; /* 77.778% */
            letter-spacing: 1.08px;
            text-transform: uppercase;
            text-decoration: none;
            &:hover {
              background: #FFF;
              border: 1px solid #DD3A31;
              color: #282846 !important;
            }
          }
        }
      }
    }
  }

  .pager {
    margin: auto;
    display: flex;
    justify-content: center;

    ul {
      border-radius: 106px;
      background: var(--Dark-Base, #282846);
      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.30);
      padding: 10px 40px;
      display: flex;

      li {
        padding: 7px;
        display: flex;
        align-items: center;
        justify-content: center;

        a {
          color: #FFF;
          text-align: center;
          font-family: var(--font-serif);
          font-size: 17px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 34px;
          height: 34px;
          border-radius: 50%;
          text-decoration: none;
        }

        &.is-active a {
          background: var(--Tertiary-2, #7BCDF1);
          color: var(--Dark-Base, #282846);
        }

        &.pager__item--last, &.pager__item--first {
          display: none;
        }

        &.pager__item--next a {
          content: url('../../images/icons/pager-next-icon.svg');
        }

        &.pager__item--previous a {
          content: url('../../images/icons/pager-prev-icon.svg');
        }
      }
    }
  }
}

.paragraph--id-155 {
  .view-header {
    h2 {
      margin-bottom: 60px;
    }
  }
}