.news-tiles h3 {
  color: #04002b;
  font-size: 24px;
  font-family: "Barlow", Sans-serif;
  font-weight: 500;
  margin: 0;
}

.news-tiles a {
  color: #e30613;
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: 2px;
  font-family: "Barlow", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.news-tiles .news-tile {
  padding: 0 20px 20px 0;
}

.news-tiles .elementor-post {
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: rgba(122, 122, 122, 0.35);
}

.page-id-51 .news-tiles h2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .news-tiles .elementor-posts {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .news-tiles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 50px;
  }
  .news-tiles > div:not(:first-of-type) {
    flex: 0 1 calc(50% - 20px);
    margin: 10px;
  }
  .news-tiles > div.elementor-posts:first-of-type {
    flex: 0 1 calc(50% - 20px);
    margin: 10px;
  }
  .news-tiles > div:first-of-type:not(.elementor-posts) {
    flex: 0 1 100%;
  }
  .news-tiles h2,
  .news-tiles h2.elementor-heading-title.elementor-size-default {
    text-align: center;
    font-size: 33px;
    color: #e30613;
    font-family: "Barlow", Sans-serif;
    font-weight: 500;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .news-tiles > div:not(:first-of-type) {
    flex: 0 1 calc(33.333333% - 20px);
  }
  .news-tiles > div.elementor-posts:first-of-type {
    flex: 0 1 calc(33.333333% - 20px);
  }
  .news-tiles > div:first-of-type h2,
  .news-tiles h2.elementor-heading-title.elementor-size-default {
    font-size: 68px;
  }
}
