.offices-list {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.offices-list__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 900px) {
  .offices-list__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.offices-list__header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.offices-list__header h2 {
  color: #507A58;
  font-size: 36px;
  margin-right: 1rem;
}

@media (min-width: 900px) {
  .offices-list__header h2 {
    font-size: 44px;
  }
}

.offices-list__header hr {
  flex: 1;
  border-color: #B9B9B9;
}

.offices-list__columns {
  display: none;
}

@media (min-width: 900px) {
  .offices-list__columns {
    display: flex;
  }
}

.offices-list__columns p {
  color: #B9B9B9;
  font-size: 14px;
}

.offices-list__columns .is-location {
  width: 30%;
  padding-right: 2rem;
}

.offices-list__columns .is-address {
  width: 30%;
  padding-right: 2rem;
}

.offices-list__columns .is-contact {
  width: 30%;
  padding-right: 2rem;
}

.offices-list__columns .is-action {
  width: 10%;
}

.offices-list-item {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.offices-list-item:not(:last-of-type) {
  border-bottom: 1px dotted #B9B9B9;
}

.offices-list-item:hover {
  background-color: #FFF;
}

.offices-list-item__header {
  width: 100%;
}

@media (min-width: 900px) {
  .offices-list-item__header {
    width: 30%;
    padding-right: 2rem;
  }
}

.offices-list-item__header h3 {
  font-size: 24px;
  margin-bottom: .5rem;
}

@media (min-width: 900px) {
  .offices-list-item__header h3 {
    font-size: 32px;
  }
}

.offices-list-item__address {
  width: 100%;
  margin-bottom: .5rem;
}

@media (min-width: 900px) {
  .offices-list-item__address {
    width: 30%;
    padding-right: 2rem;
  }
}

.offices-list-item__contact {
  width: 100%;
  margin-bottom: .5rem;
}

@media (min-width: 900px) {
  .offices-list-item__contact {
    width: 30%;
    padding-right: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.offices-list-item__contact p {
  margin-bottom: .15rem;
}

@media (min-width: 900px) {
  .offices-list-item__contact p {
    width: 50%;
  }
}

.offices-list-item__link {
  width: 100%;
}

@media (min-width: 900px) {
  .offices-list-item__link {
    width: 10%;
  }
}

.offices-list-item__link a {
  color: #B3AA7F;
  display: flex;
  align-items: center;
}

.offices-list-item__link p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 5px;
}
