.welcome {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-image: url(../assets/images/contact-hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 120px;
}

.welcome .container h1 {
  color: white;
  font-weight: 200;
}

.welcome .container p {
  color: white;
  font-weight: 200;
}

.flexing {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 40px;
  flex-direction: column;
}

.flexing.container {
  margin-bottom: 20px;
}

.flexing.container .message a:nth-child(2) svg {
  margin-right: 20px;
}

.location {
  margin-top: 90px;
}

.info {
  margin-bottom: 180px;
}

iframe {
  border-radius: 0.5rem;
}

@media screen and (max-width: 575px) {
  .welcome {
    border-radius: 0;
  }
}
