.region-content .homepage-latest-publications {
  padding-top: 70px;
}

.homepage-latest-publications .view {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.homepage-latest-publications .views-row {
  float: left;
  clear: both;
  width: 100%;
  display: flex;
}

.homepage-latest-publications .views-row::before,
.homepage-latest-publications .views-row::after {
  content: none;
}

.homepage-latest-publications .views-col {
  width: calc(33.33% - 60px);
  margin: 0 90px 0 0;
  padding: 0 0 88px;
  position: relative;
}

.homepage-latest-publications .views-col:last-child {
  margin-right: 0;
}

.homepage-latest-publications .views-field-view-node {
  position: absolute;
  bottom: 0;
  left: 0;
}

.homepage-latest-publications .views-field-field-types {
  font-family: var(--font-andes-semibold);
  color: var(--black4);
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 12px;
}

.homepage-latest-publications .views-field-title {
  font-family: var(--font-andes-bold);
  font-size: 21px;
  color: var(--black2);
  margin-top: 10px;
  line-height: 1.3;
}

.homepage-latest-publications .views-field-title a {
  color: var(--black2);
  text-decoration: none !important;
}

.homepage-latest-publications .views-field-title a:hover {
  color: var(--orange);
}

.homepage-latest-publications .views-field-body {
  color: var(--black5);
  margin-top: 9px;
}

.homepage-latest-publications .views-field-nothing {
  color: var(--black4);
  font-family: var(--font-andes-semibold);
  font-size: 12px;
  margin-top: 22px;
}

.homepage-latest-publications .author-date {
  color: var(--black4);
  font-size: 12px;
  font-family: var(--font-andes-semibold);
  margin-top: 22px;
}

.homepage-latest-publications .views-field-field-publications-img {
  border: var(--image-border);
  overflow: hidden;
}

.homepage-latest-publications .views-field-field-publications-img img {
  -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
  transition: all .7s cubic-bezier(.2, 1, .22, 1);
  height: 240px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.homepage-latest-publications .views-col:hover .views-field-field-publications-img img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

/* changes for reducing spaces */


.homepage-latest-publications .views-col {
  padding-bottom: 73px;
}

.region-content .homepage-latest-publications {
  padding-bottom: 80px;
}
