#mobile-header .logo {
  background-image: url("../../images/main/logo-milenio-purple.svg");
}

#mobile-header .open-button {
  background: url("../../images/main/mobile-button-purple.svg") no-repeat center center;
}

section#contact-us {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 120px 0 48px;
}

@media screen and (min-width: 992px) {
  section#contact-us {
    padding: 120px 0 48px;
  }
}

section#contact-us h2 {
  margin: 0;
  color: #5b3567;
}

section#contact-us ul {
  padding: 0;
}

section#contact-us ul .work {
  list-style: none;
  padding: 16px 0;
  margin: 16px 0;
  border: 1px solid #9f5cb3;
  display: flex;
  align-items: center;
  flex-direction: row;
  min-height: 240px;
}

section#contact-us ul .work .adress .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  section#contact-us ul .work .adress .row {
    flex-direction: row;
    align-items: center;
  }
}

section#contact-us ul .work .adress p {
  font-size: 18px;
  line-height: 24px;
}

section#contact-us ul .work .adress iframe {
  width: 100%;
  height: 220px;
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  section#contact-us ul .work .adress iframe {
    margin-top: 0;
    width: 620px;
    max-width: 100%;
  }
}

section#contact-us .office-and-work-data {
  padding: 24px 0;
}

@media screen and (max-width: 991px) {
  section#contact-us .office-and-work-data .address-data {
    margin-bottom: 32px;
  }
}

section#contact-us .office-and-work-data .address-data .title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

section#contact-us .office-and-work-data .address-data p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: lowercase;
  text-decoration: underline;
  margin: 0;
}

section#contact-us .office-and-work-data .address-data p:hover {
  color: #716272;
  filter: saturate(0.1);
}
