.hero {
  margin: 0;
}
.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/bbbg.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;
}

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

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

/* About us */
.about-us {
  margin: 20px auto 180px auto;
  text-align: center;
}

.about-us .container hgroup p {
  margin-bottom: 135px;
}

.about-us .container article {
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-wrap: balance;
  max-width: fit-content;
  margin: 135px auto;
  padding: 0;
}

.about-us .container article div img {
  object-fit: cover;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.about-us .container article .content {
  max-width: 850px;
  padding: 40px;
  text-align: start;
}

.img-1,
.img-2,
.img-3 {
  border-radius: 0.25rem;
}

@media screen and (max-width: 450px) {
  .about-us .container article .content {
    padding: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .about-us .container article {
    flex-direction: column;
  }

  .about-us .container .middle-article {
    flex-direction: column-reverse;
  }
}

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