.wpcf7-form label {
  display: block;
}

.wpcf7-form input {
  width: 100%;
  box-sizing: border-box;
}

.referenties-posts > .display-posts-listing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.referenties-posts .listing-item {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}
.referenties-posts a {
  display: block;
  color: #333333;
  text-align: center;
}
.referenties-posts .image > img {
  border-radius: 50px 50px 0 0;
}
.referenties-posts .listing-item:hover {
  opacity: 0.8;
}
.referenties-posts .title {
  line-height: 50px;
}

.referenties-posts a:hover {
 color: #a0ce4e;
}

.elementor-widget-heading .elementor-heading-title, .elementor-widget-text-editor {
    font-family: "Montserrat", Sans-serif !important;
}