.view-white-papers .view-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
  row-gap: calc(35px + 2rem);
  margin-bottom: calc(35px + 2rem);
}
@media (min-width: 767px) {
  .view-white-papers .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991px) {
  .view-white-papers .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.view-white-papers .view-content .media {
  justify-self: center;
}
.view-white-papers .view-content .views-row {
  display: flex;
  justify-content: center;
}
@media (min-width: 767px) {
  .view-white-papers .view-content .views-row {
    display: block;
  }
}
.view-white-papers .view-content .node {
  max-width: 350px;
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0px 10px 0px rgba(51, 51, 51, 0.2);
}
.view-white-papers .view-content .node__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
  padding-bottom: 1rem;
  width: 100%;
}
.view-white-papers .view-content .node__header {
  padding: 0;
}
.view-white-papers .view-content .node__content {
  padding: 1rem;
}
.view-white-papers .view-content .node__more {
  margin-top: auto;
}

.node--type-white-paper.node--view-mode-full .node__main-content .column--1 .node__header__date {
  font-weight: bold;
}
.node--type-white-paper.node--view-mode-full .node__main-content .column--1 .node__header__image {
  margin-bottom: 1rem;
}
.node--type-white-paper.node--view-mode-full .node__main-content .column--1 .node__header__image .media {
  justify-content: center;
}
.node--type-white-paper.node--view-mode-full .node__main-content .column--1 .node__header__image .media img {
  width: auto;
  max-height: 600px;
}
.node--type-white-paper.node--view-mode-full .node__main-content .column--1 .node__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.node--type-white-paper.node--view-mode-full .node__main-content .column--2 .download-button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/*# sourceMappingURL=white-papers.css.map */
