* {
  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;
}

.article-banner {
  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(8rem, 20vw, 18rem);
}

.article-content {
  margin: 4rem auto 5rem;
}
.article-content .title h4 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.article-content .title h2 {
  color: #07174A;
  font-size: 2.25rem;
  line-height: normal;
  font-weight: 800;
}
.article-content .title span {
  font-weight: 600;
  color: #07174A;
}
.article-content .text {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: justify;
}
.article-content .more h3 {
  color: #07174A;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
}
.article-content .more .article-mini-card h4 {
  color: #07174A;
}
