body h2 {
  color: #161823;
  font-family: "Inter", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
body h3 {
  color: #161823;
  font-family: "Inter", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 1px) and (max-width: 575.98px) {
  body h2 {
    font-size: 20px;
  }
  body h3 {
    font-size: 18px;
  }
}
body .articles-section .section-title-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
body .articles-section .section-title-button h2 {
  margin-bottom: 0;
  color: #2953C1;
}
body .articles-section .section-title-button a {
  color: #E0A365;
  text-decoration: none;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.1s ease-in;
}
body .articles-section .section-title-button a:hover {
  color: #2953C1;
}
body .article-list-section {
  margin-top: 110px;
}
body .review-list-section {
  margin-top: 100px;
}
body .review-list-section .container {
  background: #F2F2F2;
  padding-bottom: 60px;
}
body .review-list-section .container .section-title-button {
  margin-top: 60px;
}
body .rating-list-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (min-width: 1px) and (max-width: 991px) {
  body .articles-section .section-title-button {
    margin-bottom: 20px;
  }
  body .articles-section .article-item {
    margin-bottom: 30px;
  }
  body .article-list-section {
    margin-top: 30px;
  }
  body .review-list-section {
    margin-top: 30px;
  }
  body .review-list-section .container {
    background: #F2F2F2;
    padding-bottom: 20px;
  }
  body .review-list-section .container .section-title-button {
    margin-top: 20px;
  }
  body .review-list-section .container .article-item {
    margin-bottom: 30px;
  }
  body .rating-list-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .rating-list-section .article-item {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=index.css.map */
