.underline {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.no-margin-top {
  margin-top: 0 !important;
}

.most-recent-blogs-wrapper .views-rows {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 1199px) {
  .most-recent-blogs-wrapper .views-rows {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .most-recent-blogs-wrapper .views-rows {
    padding-right: 30px;
  }
}
.most-recent-blogs-wrapper .views-row {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .most-recent-blogs-wrapper .views-row {
    flex-basis: 31% !important;
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .most-recent-blogs-wrapper .views-row:not(:first-of-type) {
    display: none;
  }
}
.most-recent-blogs-wrapper .views-row .node__blog-post {
  height: 100%;
}
.most-recent-blogs-wrapper .views-row .detailed-card {
  height: 100%;
}