* {
  box-sizing: border-box;
}
* p {
  font-size: 1em;
  font-family: "Mulish", sans-serif;
}

.hero {
  background-color: #4A97D2;
}
.hero .hero-body .content .title {
  font-family: "Montserrat";
  color: #004663;
  margin-bottom: 3%;
  font-weight: 800;
}
.hero .hero-body .content .subtitle {
  font-weight: 400;
  color: #fff;
  font-family: "Montserrat";
  margin-top: -2%;
}

.post .container .columns .image {
  border-radius: 17px;
}
.post .container .columns .column .title {
  font-family: "Montserrat";
  color: #004663;
}

.post-cards .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-cards .container .columns {
  gap: 5%;
}
.post-cards .container .columns .card {
  padding: 2% 3%;
  margin-bottom: 5%;
}
.post-cards .container .columns .card .title {
  margin-top: 20px;
  color: #004663;
  line-height: 1.4;
}/*# sourceMappingURL=blog.css.map */