.btn-category {
  padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) calc(16px + (27 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
  letter-spacing: 0.8px;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
}

h2 {
  font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320))) !important;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
  line-height: 1 !important;
}

.blog-section .blog-box .blog-detail h2 {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320))) !important;
  line-height: 1.4 !important;
}

.blog-section .blog-box .blog-detail a:hover {
  text-decoration: none !important;
}
