.container-blogs {
  width: 90%;
}

.container-blogs-inner {
  height: 90%;
}

@media only screen and (min-width: 426px) {
  .container-blogs-inner {
    max-height: 600px;
  }
}

@media only screen and (max-width: 425px) {
  .blog-image {
    border-radius: 0px;
  }
}

.category-inverse:hover {
  background: #FFF;
  color: #f097ba;
}

.category-inverse {
  color: #FFF;
}

.category-inverse:before {
  content: '◎';
}

.c-search-inverse {
  border-radius: 40px;
  background: #FFF;
  border: solid 2px #f097ba;
  min-height: 40px;
}

.tool-tag-inverse {
  padding: 10px 20px;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  opacity: 1.0;
  background: #f097ba;
}

.tool-tag-inverse:after {
  content: '✖';
}

@media only screen and (max-width: 1024px) {
  .container-blogs {
    width: 100%;
  }
}
