.background {
  background-size: cover;
  background-position: center center;
}

.text-wrapper {
  padding: 30px;
}
@media (min-width: 1300px) {
  .text-wrapper {
    padding: 30px 0px;
  }
}

section h1 {
  color: #2B3C90;
  font-weight: 900;
  margin-top: 0;
  font-size: 32px;
}
section h1 span {
  color: #8F67A4;
}
section p, section li {
  font-size: 17px;
  text-align: justify;
  line-height: 1.5em;
}
section p li, section li li {
  font-size: 1em;
}
@media (min-width: 992px) {
  section p, section li {
    font-size: 17px;
    line-height: 1.6em;
  }
}

.background-gray {
  background: #F5F5F5;
}

.background-hero {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 600px) {
  .background-hero {
    min-height: 450px;
  }
}
@media (min-width: 992px) {
  .background-hero {
    min-height: 500px;
  }
}
.background-hero .overlay {
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1366px) {
  .background-hero .overlay {
    background: rgba(0, 0, 0, 0.2);
  }
}
.background-hero h1 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
@media (min-width: 600px) {
  .section1 {
    min-height: 450px;
  }
}
@media (min-width: 992px) {
  .section1 {
    min-height: 500px;
  }
}

.section2, .section3, .section4 {
  padding: 0;
}

.section2 .text {
  font-weight: bold;
}

.section1 h1 {
  display: none;
}

.photo-container {
  text-align: center;
  padding: 0;
}
.photo-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 400px;
}

.interior {
  max-width: 1200px;
  margin: 0 auto;
}
.interior .text {
  color: #6E6E6E;
}
.interior .text p {
  margin-bottom: 20px;
}
.interior .text p:last-child {
  margin-bottom: 0;
}
