.blog {
  padding: 5rem 0;
}

.blog .section-title__variant {
  max-width: 850px;
}

.blog .blog-header p {
  color: #535862;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  margin-bottom: 64px;
  max-width: 850px;
}

.blog .blog-header img {
  margin-bottom: 64px;
}

.blog-article {
  max-width: 850px;
}

.blog .blog-article h2 {
  color: #222;
  font-family: "Exo2", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 24px 0 16px;
}

.blog .blog-article h3 {
  color: #222;
  font-family: "Exo2", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 24px 0 16px;
}

.blog .blog-article h4 {
  color: #222;
  font-family: "Exo2", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 24px 0 16px;
}

.blog .blog-article p {
  color: #8f8f8f;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.64px;
  margin: 8px 0 16px;
}

.blog .blog-article ol,
.blog .blog-article ul {
  padding-left: 24px;
}

.blog .blog-article li {
  color: #8f8f8f;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.64px;
  margin: 0 0 4px;
}

.blog .blog-article a {
  color: #f60;
  text-decoration: none;
}

.blog .blog-article li strong,
.blog .blog-article p strong {
  font-weight: 600;
}

.blog .blog-article > *:first-child {
  margin-top: 0;
}

.blog .blog-article > *:last-child {
  margin-bottom: 0;
}

.blog .blog-list li a {
  color: #fe5f00;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.64px;
  margin: 0 0 4px;
  transition: color 0.3s ease-in-out;
}

.blog .blog-list li a:hover {
  color: #000226;
}

.more {
  padding: 5rem 0;
}

.more-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 80px;
}

.more-cards .blog-article {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  box-shadow: 0px 3.99px 16.76px 0px rgba(0, 0, 0, 0.11);
}

.more-cards .blog-article img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  object-fit: cover;
  max-height: 210px;
}

.blog-article__content {
  padding: 24px;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
}

.blog-article__content h3 {
  color: #090e22;
  font-family: "Exo2", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .more-cards {
    grid-template-columns: 1fr 1fr;
  }
  .blog .blog-article h2 {
    font-size: 2rem;
  }
  .blog .blog-article h3 {
    font-size: 1.75rem;
  }
  .blog .blog-article h4 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .more-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
