.office-hero {
  position: relative;
  padding-top: 180px;
  padding-bottom: 10px;
}
.office-hero .office-hero__inner {
  position: relative;
  height: 560px;
  border-radius: 4px;
}
.office-hero .office-hero__content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 670px;
  background: #F7E5C2;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .office-hero .office-hero__content {
    left: 50%;
    -webkit-transform: translate(-50%, -15px);
        -ms-transform: translate(-50%, -15px);
            transform: translate(-50%, -15px);
    width: 95%;
  }
}
.office-hero__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 85px;
  line-height: 85px;
  color: #052D1E;
  margin-bottom: 55px;
}
@media screen and (max-width: 992px) {
  .office-hero__title {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .office-hero__title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .office-hero__title {
    font-size: 33px;
    line-height: 33px;
  }
}
.office-hero__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #052D1E;
}
.office-hero__description p {
  margin: 0;
}