.contact-us[data-v-313a4cae] {
  padding: 112px 0;
}
.contact-us__wrapper[data-v-313a4cae] {
  display: flex;
  flex-direction: row;
  gap: 190px;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-us__emails-container[data-v-313a4cae] {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 33.33%;
}
.contact-us__emails-heading[data-v-313a4cae] {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  color: #B9B9C1;
  font-family: "Raleway";
  line-height: 16px;
  letter-spacing: 0.2em;
}
.contact-us__emails[data-v-313a4cae] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.contact-us__email[data-v-313a4cae] {
  text-align: left;
  font-size: 16px;
  padding: 0;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.contact-us__email[data-v-313a4cae]::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../../../91b177316240ed7ee9cb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
  padding: 4px;
}
.contact-us__locations-container[data-v-313a4cae] {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 66.66%;
}
.contact-us__locations-heading[data-v-313a4cae] {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  color: #B9B9C1;
  font-family: "Raleway";
  line-height: 16px;
  letter-spacing: 0.2em;
}
.contact-us__locations[data-v-313a4cae] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 64px 194px;
}
.contact-us__location[data-v-313a4cae] {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}
.contact-us__location-name[data-v-313a4cae] {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact-us__location-address[data-v-313a4cae] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
.contact-us[data-v-313a4cae] {
    padding: 80px 0;
}
.contact-us__wrapper[data-v-313a4cae] {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 80px;
}
.contact-us__emails-container[data-v-313a4cae] {
    width: 100%;
}
.contact-us__locations-container[data-v-313a4cae] {
    width: 100%;
}
.contact-us__locations[data-v-313a4cae] {
    flex-direction: column;
    gap: 40px;
}
.contact-us__location[data-v-313a4cae] {
    width: 100%;
}
}

