.offices {
  padding-top: 10rem;
  background: linear-gradient(180deg, #0b8ead 4.12%, #089cb9 43.54%, #00bbd6 107.89%), linear-gradient(358.18deg, rgba(10, 154, 183, 0) 83.09%, rgba(23, 35, 42, 0.44) 114.4%);
}
@media only screen and (min-width: 992px) {
  .offices {
    padding: 15rem 0 11rem;
  }
}
.offices__title {
  font-size: 4.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .offices__title {
    font-size: 6.4rem;
  }
}
.offices__wrap {
  margin-top: 3rem;
  grid-gap: 12px;
}
@media only screen and (min-width: 992px) {
  .offices__wrap {
    margin-top: 6rem;
  }
}
.offices__item {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background-color: rgba(255, 255, 255, 0.04);
  padding: 2rem;
  color: #fff;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .offices__item {
    padding: 4rem;
  }
}
.offices__item:hover {
  border-color: #5ce5fd;
}
.offices__item-country {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .offices__item-country {
    font-size: 2.8rem;
  }
}
.offices__item-location {
  display: none;
}
.offices__item ul {
  padding-top: 2rem;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
}
.offices__item ul p,
.offices__item ul li,
.offices__item ul a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.75;
  font-size: 1.6rem;
}
.offices__item ul p[href*="mailto:"],
.offices__item ul li[href*="mailto:"],
.offices__item ul a[href*="mailto:"] {
  display: none;
}
@media only screen and (min-width: 992px) {
  .offices__item ul {
    font-size: 1.6rem;
    padding-top: 2.4rem;
    margin-top: 2.4rem;
  }
}
.offices__item ul:before {
  content: "";
  width: 32px;
  height: 3px;
  background-color: var(--secondary);
  display: inline-block;
  position: absolute;
  top: 0;
}

.contact {
  overflow: visible;
}
.contact__container {
  align-items: flex-start;
}
.contact__wrap {
  max-width: 43.5rem;
}
@media only screen and (min-width: 992px) {
  .contact__wrap {
    position: sticky;
    top: 10.2rem;
  }
}
.contact__title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .contact__title {
    font-size: 6.4rem;
  }
}
.contact__descr {
  font-size: 1.6rem;
  font-weight: 300;
  max-width: 37rem;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .contact__descr {
    font-size: 2rem;
    margin-top: 3rem;
  }
}