@import url('/wp-content/themes/woodmart-child/stylesheets/pages/type-page-slug-career.css');


.section1 .contact-text,
.section1 .contact-text a {
  font-family: 'Jura';
  font-size: 16px;
  font-weight: 300;
  color: #4C4C4C;
}

.section1 .contact-text a {
  font-size: 13px;
}

.section1 .map-text a {
  font-family: 'Jura';
  font-size: 20px;
  font-weight: 200;
  color: #4C4C4C;
  position: relative;
  padding-right: 20px;
  border-bottom: 1px solid #BEC3CB;
}

.section1 .map-text a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  height: 14px;
  background-image: url(/wp-content/uploads/2023/02/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.section1 .contact-row .column3 .vc_column-inner {
  display: flex;
  justify-content: end;
}

.section1 .txt1 p {
  margin-bottom: 1px;
}
