.about {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.about .descript-box {
  max-width: 677px;
  background: #ffffff;
  line-height: 25px;
}

.about .descript-box p {
  margin-bottom: 30px;
}

.info {
  margin-bottom: 70px;
}

@media (max-width: 575px) {
  .about {
    background: none !important;
  }
}

@media (min-width: 576px) {
  .about {
    padding-top: 100px;
    min-height: 727px;
  }
  .about .descript-box {
    padding: 70px;
  }
}

@media (min-width: 768px) {
  .info .info-boxes {
    margin-top: -100px;
  }
}
/*# sourceMappingURL=place.css.map */