.blog-post-section .title-styling h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
@media only screen and (max-width: 760px) {
  .blog-post-section .title-styling h2 {
      font-size: 21px;
      margin-bottom: 15px;
  }
}