/* Regional offices */

.section_offices {
  background-color: #fff;
}

.section_offices--wrapper {
  margin: max(7.5vh, 2.5rem) auto;
  display: flex;
  flex-direction: column;
  gap: 5vh;
}


.regional-offices__item {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
}

/* Regional offices header */
.location-office--header {
  text-align: center;
  position: relative;
  padding-bottom: 0.75rem;
}


.regional-offices__item hr {
    overflow: visible;
    margin: 20px 0;
    position: relative;
    border-bottom: 1px solid #4D4D4D;
    width: 100%;
    opacity: 0.5;
}

.regional-offices__item hr::after {
    position: absolute;
    content: "";
    right: -5px;
    width: 40px;
    bottom: -1px;
    height: 8px;
    background: #4d4d4d;
    transform: skew(-40deg, 0deg);
    border-radius: 5px;
}

.location-office__title {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.location-office__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #4d4d4d;
}

/* Regional offices description */

.location-office-info {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5vh;
}

.location-office-info__item {
      display: flex;
      font-size: 14px;
      color: #000;
      align-items: center;
      gap: 12px;
}

.location-office-info__item {
  position: relative;
  padding-left: 1.75rem;
}
@media screen and (max-width: 1080px) {

  .regional-offices-title {
    font-size: 24px;
  }
}