.sliderArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
border-top: #009245 2px solid;
border-bottom: #009245 2px solid;
}
.mapArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
min-height: 250px;
height: auto;
padding: 45px 10px;
border-top: #058cc3 3px solid;
border-bottom: #058cc3 3px solid;
background-image: url("../images/map-bg.webp");
background-color: #4dc6f7;
background-attachment: fixed;
background-size: contain;
background-position: center;
}
  .brownDescrip {
  display: block;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  width: 80%;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: Roboto, sans-serif;
  font-size: .9em;
  color: var(--content-text-color);
  text-decoration: none;
  font-weight: 400;
  text-shadow: 2px 2px #ffffff;
  padding: 35px;
  text-align: left;
  }
  .brownDescrip h1 {
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
  color: #000000;
  text-decoration: none;
  font-weight: 900;
  margin: 0 0 12px 0;
  text-shadow: 2px 2px #ffffff;
  }
  .brownDescrip a:link, .brownDescrip a:visited {
  font-family: Roboto, sans-serif;
  font-size: .9em;
  color: var(--content-text-color);
  text-decoration: none;
  font-weight: 900;
  text-shadow: 2px 2px #ffffff;
  }
  .brownDescrip a:active, .brownDescrip a:hover {
  font-family: Roboto, sans-serif;
  font-size: .9em;
  color: var(--content-text-hover-color);
  text-decoration: none;
  font-weight: 900;
  transition: all 0.75s;
  }

.moreInfo {
display: block;
box-sizing: border-box;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
background-image: url("../images/bg-plans.webp");
background-color: #ffffff;
background-attachment: fixed;
background-size: contain;
background-position: center;
padding: 65px 10px;
border-top: #9a9999 6px solid;
border-bottom: #9a9999 6px solid;
}

.infoAreas {
display: flex;
box-sizing: border-box;
clear: both;
overflow: hidden;
max-width: 1500px;
width: 100%;
height: auto;
margin: 0 auto;
}
  .infoCol {
  flex: 1;
  padding: 25px;
  box-sizing: border-box;
  }
  .infoCol img {
  display: block;
  width: 100%;
  height: auto;
  }
  .left-col {
  background-color: #4dc6f7;
  background-color: rgba(77,198,247, 0.3);
  border: #058cc3 1px solid;
  margin-right: 2%;
  }
  .right-col {
  background-color: #4dc6f7;
  background-color: rgba(77,198,247, 0.3);
  border: #058cc3 1px solid;
  margin-left: 2%;
  }

  .infoText {
  font-family: Roboto, sans-serif;
  font-size: .9em;
  color: var(--content-text-color);
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  text-shadow: 2px 2px #ffffff;
  }
  .infoText h2 {
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
  color: #000000;
  text-decoration: none;
  font-weight: 900;
  margin: 12px 0 12px 0;
  text-shadow: 2px 2px #ffffff;
  }
  .infoText a:link, .infoText a:visited {
  font-family: Roboto, sans-serif;
  font-size: .9em;
  color: var(--content-text-color);
  text-decoration: none;
  font-weight: 900;
  }
  .infoText a:active, .infoText a:hover {
  font-family: Roboto, sans-serif;
  font-size: .9em;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  background-color: #333333;
  transition: all 0.75s;
  text-shadow: none;
  }


@media screen and (max-width: 1268px) {
  .brownDescrip {
  width: 90%;
  padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .moreInfo {
  padding: 35px 10px;
  }
  .infoAreas {
  display: block;
  }
 .left-col {                    ,
  width: 100%;
  float: none;
  clear: both;
  margin: 0 auto;
  }
  .right-col {
  width: 100%;
  float: none;
  clear: both;
  margin: 10px auto 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .sliderArea {
  height: 200px;
  }
  #wowslider-container1 {
  height: 100% !important;
  }
  #wowslider-container1 {
  display: block;
  height: 100% !important;
  }
  #wowslider-container1 .ws_images img {
  height: 100% !important;
  object-fit: cover;
  }
  .brownDescrip {
  width: 95%;
  padding: 25px;
  }
}