.offices {
  width: 100%;
  height: 614px;
  max-width: 1896px;
  margin-top: 126px;
}

.offices__container {
  width: 100%;
  height: 100%;
  background-color: #002266;
  background: radial-gradient(ellipse 600px 300px at 50% 92%, #003B97 20%, #002266 100%);
  background-image: url('../img/banner-the-first-nlo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  border-radius: 27px;
}

.offices__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;

}

.offices__content h2 {
  font-size: 18px;
  color: #E8EFFC;
  font-weight: 600;
  width: 240px;
  letter-spacing: 7px;
  text-align: center;
  font-family: 'neue-haas-unica', sans-serif;
  padding-top: 72px;
}

.offices__content h1 {
  width: 240px;
  font-size: 112px;
  color: #E8EFFC;
  font-weight: 800;
  font-family: 'neue-haas-unica', sans-serif;
  margin: 0;
  margin-bottom: 72px;
  text-align: center;
}

.offices__content img {
  width: 46px;
  height: 46px;
  object-fit: cover;
}

.offices__content p {
  font-size: 17px;
  color: #C4D2EB;
  font-weight: lighter;
  font-family: 'neue-haas-unica', sans-serif;
}

@media (max-width: 900px) {
  .offices__container {
    position: relative;
    height: 590px;
    background-image: url('../img/banner-the-first-nlo-mobile.png');
    background-size: contain;
  }

  .offices__content h1 {
    font-size: 80px;
    margin-bottom: 142px;
  }

  .offices__content h2 {
    font-size: 10px;
    padding-top: 0px;
  }

  .offices__content img {
    display: none;
  }

  .offices__content p {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .offices__content p {
    bottom: 90px;
  }

}