.office-hero:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -10;
  background: rgba(196, 235, 235, 0.2);
  top: 250px;
  left: -300px;
  width: 926px;
  height: 946px;
}

.office-title {
  text-align: center;
  max-width: 530px;
  margin: 120px auto 80px;
}

.office-title * {
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #020014;
}

.office-about {
  display: flex;
  gap: 47px;
  justify-content: center;
  align-items: center;
  margin: 150px auto;
  color: #020014;
}

.office-about h2 {
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 29px;
}

.office-about p {
  margin-bottom: 16px;
  margin-top: 4px;
}

.office-img {
  border-radius: 20px;
  max-height: 486px;
  width: 100%;
  max-width: 486px;
  box-shadow: 0px 3px 12px 0px rgba(2, 0, 20, 0.15);
}


.office-person-photo img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.office-linkedin {
  display: block;
  margin-top: -10px;
}

@media only screen and (max-width: 768px) {
  .office-about {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .office-img {
    max-height: 292px;
    max-width: 331px;
  }
}