.others__container {
  width: 100%;
  margin: 50px 0;
}

.others__container h2 {
  text-align: center;
}

.others {
  width: 100%;
}

.others__content {
  position: relative;
  width: calc(33.33% - 16px);
  height: 820px;
  margin: 8px;
  text-decoration: none;
}

img.others__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.others__title {
  position: relative;
  z-index: 2;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  text-shadow: 0 3px 6px #000;
}

.others .button {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 10px;
}


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

  .others__content {
    width: calc(50% - 16px);
  }
}

@media only screen and (max-width: 1000px) {
  .others{
    flex-flow: column;
  }
  .others__content {
    width: 100%;
    max-width: 600px;
    margin: 8px 0;
  }
}

@media only screen and (max-width: 500px) {
  .others__content {
    height: 60vh;
  }
  .others__title {
    font-size: 30px;
  }
}

.acf-block-preview {
}
