* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, input, textarea, button {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.home-banner {
  color: #ffffff;
  background-image: url(/images/bg-banner-mgp.jpeg?64c55864b3231332c2cdbc0aaaee2582);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  background-position-y: top;
  height: clamp(25rem, 50vw, 48rem);
}
.home-banner h2, .home-banner span {
  text-shadow: 3px 2px 3px #07174A;
}
.home-banner h2 {
  font-size: 2.25rem;
  font-weight: 700;
}
.home-banner span {
  font-size: 2rem;
  font-weight: 400;
}
