.offices {
  overflow: hidden;
}
.offices .section-title {
  margin-bottom: 16px;
}
@media (min-width: 48em) {
  .offices .section-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 62em) {
  .offices .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 87.5em) {
  .offices .section-title {
    margin-bottom: 40px;
  }
}
.offices .section-subtitle {
  text-align: center;
}
.offices .section-subtitle p {
  margin-bottom: 10px;
}
.offices .section-subtitle a {
  font-weight: 500;
}
.offices .row {
  row-gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 62em) {
  .offices .row {
    margin-top: 60px;
  }
}
@media (min-width: 87.5em) {
  .offices .row {
    margin-top: 100px;
    --containerPadding: 60px;
  }
}
.offices .row .col {
  width: 100%;
}
@media (min-width: 48em) {
  .offices .row .col {
    width: 50%;
  }
}
.offices__bg {
  object-fit: contain;
  object-position: bottom;
  width: 150%;
  max-width: unset;
  transform: translate(-15%, 5%);
}
@media (min-width: 48em) {
  .offices__bg {
    width: 100%;
    transform: translateY(70px);
  }
}
@media (min-width: 62em) {
  .offices__bg {
    transform: translateY(50px);
  }
}
@media (min-width: 75em) {
  .offices__bg {
    transform: translateY(100px);
  }
}
.offices__card {
  width: 100%;
  padding: 16px 16px 20px;
  position: relative;
  border: none;
  display: flex;
  gap: 16px;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .offices__card {
    font-size: 15px;
    max-width: unset;
  }
}
@media (min-width: 62em) {
  .offices__card {
    padding: 24px 24px 36px;
    font-size: 18px;
  }
}
@media (min-width: 87.5em) {
  .offices__card {
    padding: 30px 30px 50px;
    font-size: 27px;
  }
}
@media (min-width: 62em) {
  .offices__icon {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 87.5em) {
  .offices__icon {
    width: 84px;
    height: 84px;
  }
}
.offices__icon img {
  display: block;
  width: 24px;
}
@media (min-width: 62em) {
  .offices__icon img {
    width: 27px;
  }
}
.offices__card-title {
  font-size: 26px;
  line-height: 50px;
}
@media (min-width: 62em) {
  .offices__card-title {
    font-size: 36px;
    line-height: 64px;
  }
}
@media (min-width: 87.5em) {
  .offices__card-title {
    font-size: 50px;
    line-height: 84px;
  }
}
@media (min-width: 62em) {
  .offices__text {
    margin-top: 10px;
  }
}
@media (min-width: 87.5em) {
  .offices__text {
    margin-top: 12px;
  }
}
.offices__phone {
  display: flex;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 15px 20px;
  width: 100%;
  margin-top: 16px;
  text-decoration: none;
  width: 210px;
}
@media (min-width: 62em) {
  .offices__phone {
    gap: 16px;
    border-radius: 24px;
    padding: 20px 30px;
    margin-top: 24px;
    width: 285px;
  }
}
@media (min-width: 87.5em) {
  .offices__phone {
    gap: 20px;
    border-radius: 32px;
    padding: 30px 40px;
    margin-top: 40px;
    width: 410px;
  }
}
@media (min-width: 102.5em) {
  .offices__phone {
    width: 510px;
  }
}
.offices__phone:hover {
  background-color: var(--clr-02);
  color: var(--clr-01);
}
.offices__phone:hover .hi:after {
  background-color: var(--clr-01);
}
.offices__phone:hover .bd {
  background-color: rgba(73, 73, 73, 0.2);
}
.offices__phone .hi {
  width: 1.26em;
}
.offices__phone .hi:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.offices__phone .bd {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1.26em;
}
.offices__location {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  text-decoration: none;
}
@media (min-width: 62em) {
  .offices__location {
    gap: 12px;
    margin-top: 24px;
  }
}
@media (min-width: 87.5em) {
  .offices__location {
    margin-top: 40px;
  }
}
.offices__location .hi {
  width: 1.26em;
}
.offices__location .hi:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.offices__location:hover {
  text-decoration: underline;
}
.offices__location:hover .hi:after {
  background-color: #fad265;
}