.reals__container {
  width: 100%;
  margin: 70px 0;
}

.reals__container h2 {
  text-align: center;
}

.reals {
  position: relative;
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
}

.reals__lasts {
  margin-bottom: 50px;
}

.real {
  position: relative;
  width: calc(33.33% - 16px);
  padding-top: calc(33.33% - 16px);
  margin-right: 16px;
  margin-bottom: 16px;
}

.real:nth-child(4n+0) {
  margin-right: 0;
}

.real__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.real__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.real__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

.real__title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 3px #000, 0 2px 6px #000, 0 2px 10px #000;
  line-height: 120%;
  letter-spacing: 1.5px;
}

.real__cat {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 2px 6px;
  text-shadow: 0 2px 1px #000, 0 2px 3px #000, 0 2px 6px #000;
  margin-bottom: 5px;
}

.real__cat span:last-child {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .reals {
    flex-flow: wrap;
  }

  .real {
    width: calc(50% - 16px);
    padding-top: calc(50% - 16px);
  }
}

@media only screen and (max-width: 800px) {
  .reals {
    flex-flow: wrap;
  }

  .real {
    width: calc(80% - 16px);
    padding-top: calc(80% - 16px);
  }
}

@media only screen and (max-width: 500px) {
  .real {
    width: 100%;
    padding-top: 100%;
    margin: 8px 0;
  }
}


.acf-block-preview {
}
