@media (min-width: 768px) {
  .registered-office-heading {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .registered-office-heading {
    display: block !important;
  }
  .registered-office-heading h3 br {
    display: none;
  }
}

@media (min-width: 768px) {
  .registered-office-description {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 69%;
    padding-right: 7%;
  }
}
.registered-office-description p {
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .registered-office-description p {
    padding-bottom: 16px;
  }
}
.registered-office-description p a {
  text-decoration: none;
}
.registered-office-description .inner-text > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/**/
@media (min-width: 768px) {
  .ol__heading .d-md-none {
    display: none;
  }
}
.ol__card__location {
  position: relative;
}
.ol__card__location::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../images/icons/icon-location.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  margin-right: 5px;
}
.ol__list {
  padding-bottom: 25px;
}
.ol__list.slick-initialized {
  margin: 0 -20px;
}
.ol__list.slick-initialized .slick-track {
  display: flex !important;
}
.ol__list.slick-initialized .slick-slide {
  height: inherit !important;
}
.ol__list.slick-initialized .slick-dots {
  padding-top: 0;
}
.ol__list.slick-initialized .slick-dots li {
  margin: 6px;
}
.ol__list.slick-initialized .ol__item {
  margin: 24px 0;
  padding: 0 30px;
  border-right: 1px solid #C5C5C5;
  max-width: 285px;
}
.ol__list.slick-initialized .ol__item:first-child {
  padding-left: 20px;
}
.ol__list.slick-initialized .ol__item:last-child {
  border-right: none;
}
.ol__list:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
}
.ol__list:not(.slick-initialized) .ol__item {
  margin: 24px 0;
  padding: 0 3.8%;
  width: 33.333%;
  min-width: 285px;
  border-right: 1px solid #C5C5C5;
}
.ol__list:not(.slick-initialized) .ol__item:nth-child(3n-2) {
  padding-left: 0;
}
.ol__list:not(.slick-initialized) .ol__item:nth-child(3n-3) {
  border-right: none;
  padding-right: 0;
}
.ol__list:not(.slick-initialized) .ol__item:first-child:last-child {
  border-right: none !important;
}

.wp-block-lazyblock-offices-location .global-filter__item .select2-dropdown .select2-results__options {
  max-height: 150px !important;
}/*# sourceMappingURL=offices-location.css.map */