@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #252c37;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.landowner-page {
  height: auto;
  width: 100%;
}
.landowner-page-front {
  background: url("../../img/landowner-img/landowner_img1.png");
  height: 145vh;
  width: 100%;
}
.landowner-page-content {
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landowner-page-content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  gap: 10px;
}
.landowner-page-content > div h1 {
  font-size: 50px;
  color: rgb(17, 35, 30);
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
.landowner-page-content > div span {
  width: 60px;
  background-color: rgb(229, 187, 108);
  height: 2px;
  margin-bottom: 10px;
}
.landowner-page-content > div p {
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 3px 0;
  width: 80%;
}
.landowner-page-content > div p i {
  font-weight: bold;
}
.landowner-page-content-btn {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.landowner-page-content-btn button {
  outline: none;
  border: none;
  padding: 15px 30px;
  background-color: rgb(215, 160, 57);
  color: white;
  text-transform: capitalize;
}
.landowner-page-content-btn button:last-child {
  background-color: transparent;
  color: #000;
  border: 1px solid #252c37;
}
.landowner-page-content2 {
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(215, 160, 57, 0.1);
}
.landowner-page-content2 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  gap: 10px;
}
.landowner-page-content2 > div h1 {
  font-size: 50px;
  color: rgb(17, 35, 30);
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
.landowner-page-content2 > div h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  padding-top: 10px;
}
.landowner-page-content2 > div span {
  width: 60px;
  background-color: rgb(229, 187, 108);
  height: 2px;
  margin-bottom: 10px;
}
.landowner-page-content2 > div p {
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 3px 0;
  width: 80%;
}
.landowner-page-image {
  background: url("../../img/landowner-img/landowner_img2.jpg") center/cover;
  height: 90vh;
  width: 100%;
}
.landowner-page-content3 {
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landowner-page-content3 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  gap: 10px;
}
.landowner-page-content3 > div h1 {
  font-size: 50px;
  color: rgb(17, 35, 30);
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
.landowner-page-content3 > div h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  padding-top: 10px;
}
.landowner-page-content3 > div span {
  width: 60px;
  background-color: rgb(229, 187, 108);
  height: 2px;
  margin-bottom: 10px;
}
.landowner-page-content3 > div p {
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 3px 0;
  width: 80%;
}
.landowner-page-points {
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.landowner-page-points h1 {
  font-size: 50px;
  color: rgb(17, 35, 30);
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
.landowner-page-points > span {
  width: 60px;
  background-color: rgb(229, 187, 108);
  height: 2px;
  margin-bottom: 10px;
}
.landowner-page-points > div {
  display: flex;
  gap: 250px;
}
.landowner-page-points > div ul {
  list-style: none;
}
.landowner-page-points > div ul li {
  margin: 20px 0;
}
.landowner-page-points > div ul li span {
  font: 18px;
}
.landowner-page-points > div ul li i {
  color: white;
  background: #2e8b57;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 8px;
}
.landowner-page-content4 {
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(215, 160, 57, 0.1);
}
.landowner-page-content4 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  gap: 10px;
}
.landowner-page-content4 > div h1 {
  font-size: 50px;
  color: rgb(17, 35, 30);
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
.landowner-page-content4 > div h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  padding-top: 10px;
}
.landowner-page-content4 > div span {
  width: 60px;
  background-color: rgb(229, 187, 108);
  height: 2px;
  margin-bottom: 10px;
}
.landowner-page-content4 > div p {
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 3px 0;
  width: 80%;
}
.landowner-page-image2 {
  background: url("../../img/landowner-img/landowner_img3.png");
  height: 145vh;
  width: 100%;
}
.landowner-page-location {
  display: flex;
  height: auto;
  width: 100%;
  padding: 100px 0;
}
.landowner-page-location > div:first-child {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  gap: 20px;
}
.landowner-page-location > div:first-child > header {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.landowner-page-location > div:first-child > header h1 {
  font-size: 50px;
  color: rgb(17, 35, 30);
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 10px;
  text-align: start;
  text-transform: capitalize;
}
.landowner-page-location > div:first-child > header span {
  width: 60px;
  background-color: rgb(229, 187, 108);
  height: 2px;
  margin-bottom: 10px;
}
.landowner-page-location > div:first-child p {
  font-size: 18px;
}
.landowner-page-location > div:first-child ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.landowner-page-location > div:first-child ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
.landowner-page-location > div:first-child ul li i {
  color: rgb(215, 160, 57);
  margin-right: 5px;
  font-size: 25px;
}
.landowner-page-location > div:last-child {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  gap: 20px;
}
.landowner-page-location > div:last-child > header {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.landowner-page-location > div:last-child > header h1 {
  font-size: 50px;
  color: rgb(17, 35, 30);
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 10px;
  text-align: start;
  text-transform: capitalize;
}
.landowner-page-location > div:last-child > header span {
  width: 60px;
  background-color: rgb(229, 187, 108);
  height: 2px;
  margin-bottom: 10px;
}
.landowner-page-location > div:last-child p {
  font-size: 18px;
}
.landowner-page-location > div:last-child > div {
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}
.landowner-page-location > div:last-child > div span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid rgba(215, 160, 57, 0.5);
  background-color: rgba(215, 160, 57, 0.1);
  text-align: center;
  white-space: nowrap;
}
.landowner-page-location > div:last-child > div span i {
  color: rgb(215, 160, 57);
  font-size: 20px;
  margin-right: 5px;
}
.landowner-page-content5 {
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(215, 160, 57, 0.1);
}
.landowner-page-content5 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  gap: 10px;
}
.landowner-page-content5 > div h1 {
  font-size: 50px;
  color: rgb(17, 35, 30);
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
.landowner-page-content5 > div h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  padding-top: 10px;
  text-align: center;
}
.landowner-page-content5 > div span {
  width: 60px;
  background-color: rgb(229, 187, 108);
  height: 2px;
  margin-bottom: 10px;
}
.landowner-page-content5 > div p {
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 3px 0;
  width: 80%;
}
.landowner-page-image3 {
  background: url("../../img/landowner-img/landowner_img4.png") center/cover;
  height: 150vh;
  width: 100%;
}

@media screen and (min-width: 640px) and (max-width: 1285px) {
  .landowner-page {
    height: auto;
    width: 100%;
  }
  .landowner-page-front {
    height: auto;
    min-height: 50vh;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .landowner-page-content {
    height: auto;
    padding: 50px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landowner-page-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85%;
    gap: 10px;
  }
  .landowner-page-content > div h1 {
    font-size: 50px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
  }
  .landowner-page-content > div span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .landowner-page-content > div p {
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 3px 0;
    width: 80%;
  }
  .landowner-page-content > div p i {
    font-weight: bold;
  }
  .landowner-page-content-btn {
    display: flex;
    gap: 20px;
    padding-top: 20px;
  }
  .landowner-page-content-btn button {
    outline: none;
    border: none;
    padding: 15px 30px;
    background-color: rgb(215, 160, 57);
    color: white;
    text-transform: capitalize;
  }
  .landowner-page-content-btn button:last-child {
    background-color: transparent;
    color: #000;
    border: 1px solid #252c37;
  }
  .landowner-page-image {
    height: auto;
    min-height: 35vh;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .landowner-page-points {
    height: auto;
    padding: 50px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .landowner-page-points h1 {
    font-size: 50px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
    width: 90%;
  }
  .landowner-page-points > span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .landowner-page-points > div {
    display: flex;
    width: 90%;
    gap: 20px;
  }
  .landowner-page-points > div ul {
    list-style: none;
  }
  .landowner-page-points > div ul li {
    margin: 20px 0;
  }
  .landowner-page-points > div ul li span {
    font: 18px;
  }
  .landowner-page-points > div ul li i {
    color: white;
    background: #2e8b57;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-right: 8px;
  }
  .landowner-page-image2 {
    height: auto;
    min-height: 50vh;
    width: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .landowner-page-location {
    display: flex;
    height: auto;
    width: 100%;
    padding: 50px 0;
  }
  .landowner-page-image3 {
    height: auto;
    min-height: 50vh;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
}
@media screen and (max-width: 640px) {
  .landowner-page {
    height: auto;
    width: 100%;
  }
  .landowner-page-front {
    height: auto;
    min-height: 50vh;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-bottom: -80px;
  }
  .landowner-page-content {
    height: auto;
    padding: 50px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landowner-page-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    gap: 10px;
  }
  .landowner-page-content > div h1 {
    font-size: 30px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 0px;
    text-align: center;
    text-transform: capitalize;
  }
  .landowner-page-content > div span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .landowner-page-content > div p {
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 3px 0;
    width: 90%;
  }
  .landowner-page-content > div p i {
    font-weight: bold;
  }
  .landowner-page-content-btn {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    flex-direction: column;
  }
  .landowner-page-content-btn button {
    outline: none;
    border: none;
    padding: 10px 20px;
    background-color: rgb(215, 160, 57);
    color: white;
    text-transform: capitalize;
  }
  .landowner-page-content-btn button:last-child {
    background-color: transparent;
    color: #000;
    border: 1px solid #252c37;
  }
  .landowner-page-content2 {
    height: auto;
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(215, 160, 57, 0.1);
  }
  .landowner-page-content2 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    gap: 10px;
  }
  .landowner-page-content2 > div h1 {
    font-size: 30px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 0px;
    text-align: center;
    text-transform: capitalize;
  }
  .landowner-page-content2 > div h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    padding-top: 0px;
    text-align: center;
  }
  .landowner-page-content2 > div span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .landowner-page-content2 > div p {
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 3px 0;
    width: 90%;
  }
  .landowner-page-image {
    height: auto;
    min-height: 20vh;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .landowner-page-content3 {
    height: auto;
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landowner-page-content3 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    gap: 10px;
  }
  .landowner-page-content3 > div h1 {
    font-size: 30px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 0px;
    text-align: center;
    text-transform: capitalize;
  }
  .landowner-page-content3 > div h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    padding-top: 0px;
    text-align: center;
  }
  .landowner-page-content3 > div span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .landowner-page-content3 > div p {
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 3px 0;
    width: 90%;
  }
  .landowner-page-points {
    height: auto;
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .landowner-page-points h1 {
    font-size: 30px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
    width: 90%;
  }
  .landowner-page-points > span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .landowner-page-points > div {
    display: flex;
    width: 90%;
    flex-direction: column;
    gap: 0px;
  }
  .landowner-page-points > div ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .landowner-page-points > div ul li {
    margin: 20px 0;
  }
  .landowner-page-points > div ul li span {
    font-size: 16px;
  }
  .landowner-page-points > div ul li i {
    color: white;
    background: #2e8b57;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-right: 8px;
  }
  .landowner-page-content4 {
    height: auto;
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landowner-page-content4 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    gap: 10px;
  }
  .landowner-page-content4 > div h1 {
    font-size: 30px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 0px;
    text-align: center;
    text-transform: capitalize;
  }
  .landowner-page-content4 > div h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    padding-top: 0px;
    text-align: center;
  }
  .landowner-page-content4 > div span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .landowner-page-content4 > div p {
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 3px 0;
    width: 90%;
  }
  .landowner-page-image2 {
    height: auto;
    min-height: 30vh;
    width: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .landowner-page-location {
    display: flex;
    height: auto;
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
    gap: 20px;
  }
  .landowner-page-location > div:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 10px;
  }
  .landowner-page-location > div:first-child > header {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .landowner-page-location > div:first-child > header h1 {
    font-size: 30px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 10px;
    text-align: start;
    text-transform: capitalize;
  }
  .landowner-page-location > div:first-child > header span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .landowner-page-location > div:first-child p {
    font-size: 16px;
  }
  .landowner-page-location > div:first-child ul {
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .landowner-page-location > div:first-child ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
  }
  .landowner-page-location > div:first-child ul li i {
    color: rgb(215, 160, 57);
    margin-right: 5px;
    font-size: 25px;
  }
  .landowner-page-location > div:last-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 10px;
  }
  .landowner-page-location > div:last-child > header {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .landowner-page-location > div:last-child > header h1 {
    font-size: 30px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 10px;
    text-align: start;
    text-transform: capitalize;
  }
  .landowner-page-location > div:last-child > header span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .landowner-page-location > div:last-child p {
    font-size: 16px;
  }
  .landowner-page-location > div:last-child > div {
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
  }
  .landowner-page-location > div:last-child > div span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 16px;
    border: 1px solid rgba(215, 160, 57, 0.5);
    background-color: rgba(215, 160, 57, 0.1);
    text-align: center;
    white-space: nowrap;
  }
  .landowner-page-location > div:last-child > div span i {
    color: rgb(215, 160, 57);
    font-size: 20px;
    margin-right: 5px;
  }
  .landowner-page-content5 {
    height: auto;
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landowner-page-content5 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    gap: 10px;
  }
  .landowner-page-content5 > div h1 {
    font-size: 30px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 0px;
    text-align: center;
    text-transform: capitalize;
  }
  .landowner-page-content5 > div h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    padding-top: 0px;
    text-align: center;
  }
  .landowner-page-content5 > div span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .landowner-page-content5 > div p {
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 3px 0;
    width: 90%;
  }
  .landowner-page-image3 {
    height: auto;
    min-height: 30vh;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
}/*# sourceMappingURL=landowner.css.map */