.vtf-grid-wrapper {
  width: 100%;
}
.vtf-grid-wrapper a {
  text-decoration: none;
}

.vtf-grid-wrapper .row {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  gap: 15px;
  flex-wrap: wrap;
  margin: 0 auto 10px;
}
.vtf-grid-wrapper .row > * {
  flex: 1 1 225px;
  border: 1px solid grey;
}

.vtf-grid-wrapper .card {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.vtf-grid-wrapper .paragraph .title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 40px 10px;
  border: 1px solid;
  padding: 16px 5px 12px;
  background: rgba(191, 191, 191, 0.8);
}

@media (max-width: 1340px),
  (max-width: 1240px),
  (max-width: 1030px),
  (max-width: 780px),
  (max-width: 610px) {
  .vtf-grid-wrapper .paragraph .title {
    font-size: calc(32px + 4 * ((100vw - 610px) / 730));
  }
}
