.blog-tag {
  width: 259px;
  margin-right: 78px;
  margin-top: 40px;
}

.category-text , .archive-text {
  font-size: 15px;

  background-image: radial-gradient(circle, #048ce2 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 2px;

  padding: 4px 0;
}

.category-list , .archive-months-and-years {
  text-align: left;
}

.category-list a , .archive-months-and-years a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease;
}  

.category-list a:hover , .archive-months-and-years a:hover {
  opacity: 0.6;
}
.category-list {
  background-image: repeating-linear-gradient(90deg, #048ce2, #048ce2 1px, transparent 1px, transparent 1px), repeating-linear-gradient(90deg, #048ce2, #048ce2 1px, transparent 1px, transparent 1px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 2px, 100% 2px;
  padding: 16px 0;
}

.archive-months-and-years {
  background-image: repeating-linear-gradient(90deg, #048ce2, #048ce2 1px, transparent 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding: 16px 0;
}

@media screen and (max-width:1015px){
  .blog-tag {
    width: 80%;
    margin: 0 auto;
  }

  .category-list {
    margin-top: 40px;
  }
}