/* .landscape-info label {
  font-size: 60px;
  margin-left: 10%;
} */

.landsacpe-subtext {
  /* font-size: 60px; */
  display: flex;
  flex-direction: column;
}

.landscape-info > span:first-child {
  /* font-size: 85px; */
  color: #000;
}

.landsacpe-subtext {
  margin-left: 220px;
}

.landsacpe-subtext-right {
  margin-left: 76px;
}

.landscape-info .landscape-info-section {
  margin-left: 35%;
  margin-top: 25px;
}

.landscape-img img {
  height: 70vh;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 912px) {
  .landscape-img {
    padding: 0;
  }

  .landscape-img img {
    padding: 0;
    height: 500px;
    border-radius: 0;
    width: 100%;
    object-fit: cover;
  }

  .landscape-info h2 {
    /* font-size: 40px; */
    margin-left: 10%;
  }

  .landsacpe-subtext,
  .landsacpe-subtext-right {
    margin-left: 0;
  }

  /* .landscape-info > span:first-child {
    font-size: 60px;
    color: #000;
  }

  .landscape-info > h2 span:first-child {
    font-size: 40px;
  } */

  .landscape-info .landscape-info-section {
    margin-left: 0;
    margin-top: 25px;
  }
}

.landscape-info-sections > p:first-of-type {
  font-family: var(--font-lit);
}

.landscape-info-sections p {
  font-family: var(--font-sch);
}

.landscape-info-sections h1,
.landscape-info-sections h2,
.landscape-info-sections h3,
.landscape-info-sections h4,
.landscape-info-sections h5,
.landscape-info-sections h6 {
  padding-bottom: 40px;
}
