.project-land {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/project/project-land-bg.jpg);
  background-color: #0a2896;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project-land__s-heading {
  margin-bottom: 60px;
  max-width: 885px;
}

.land-card {
  display: block;
  text-decoration: none;
}

.land-card__pic {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 19px;
  padding-bottom: 59.45945945945946%;
  border-radius: 4px;
  width: 100%;
  height: 0;
}

.land-card__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
