.blog-posts-section {
  padding-top: 7.75rem;
  background-image: url("./img/menu-logo.svg");
  background-repeat: no-repeat;
  background-position: 100% 96%;
  background-size: 47.75rem;
}
@media screen and (max-width: 960px) {
  .blog-posts-section {
    padding-top: 4.42rem;
  }
}
.blog-posts-section .section-title {
  text-transform: uppercase;
  margin-bottom: 3.87rem;
}
@media screen and (max-width: 960px) {
  .blog-posts-section .section-title {
    margin-bottom: 2.21rem;
  }
}