.about-section {
  padding: 145px 0 275px;
  background-color: #baad7b;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.about-section .side-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-section .container {
  position: relative;
  z-index: 1;
}
.about-section .image-block {
  display: block;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
.about-section .image-block img {
  width: 100%;
  height: auto;
}
.about-section h2 {
  padding-bottom: 15px;
}
.white-box {
  max-width: 830px;
  margin-left: auto;
  padding: 80px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 10px 10px 40px 10px rgba(149, 149, 149, 0.2);
}
.white-box p {
  font-size: 24px;
  line-height: 36px;
  color: #696969;
}
.about-section strong, .about-section p > a {
  display: inline-block;
  color: #08253a;
  font-family: 'Lato-Bold';
}
.about-section p > a {
  text-decoration: none;
}
.about-section p > a:hover {
  color: #b7a667;
}
@media screen and (max-width: 1800px) {
  .white-box {
    padding: 60px;
  }
  .white-box p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1600px) {
  .about-section {
    padding: 100px 0 250px;
  }
  .white-box {
    max-width: 700px;
  }
  .white-box p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1439px) {
  .about-section {
    padding: 100px 0 210px;
  }
  .white-box {
    max-width: 620px;
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .about-section .side-image {
    background-position: 25% 0;
  }
}
@media screen and (max-width: 991px) {
  .about-section {
    padding-bottom: 175px;
    background-color: #ffffff;
  }
  .about-section .side-image {
    position: static;
    max-width: 696px;
    height: 500px;
    margin: 0 auto 20px;
    background-position: 0 0 !important;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(149,149,149,.2);
  }
  .white-box {
    max-width: 100%;
    margin-top: 0;
  }
  .white-box p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 40px 0 115px;
  }
  .about-section .side-image {
    max-width: 516px;
    height: 400px;
  }
  .about-section h2 {
    padding-bottom: 5px;
  }
  .white-box {
    padding: 25px;
  }
  .white-box p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .about-section .side-image {
    width: auto;
    max-width: 100%;
    height: 300px;
    margin: 0 12px 12px;
  }
  .about-section h2 {
    padding-bottom: 0;
  }
  .white-box {
    padding: 20px;
  }
  .white-box p {
    font-size: 16px;
    line-height: 24px;
  }
}