.category-articles .entry-thumb {
  display: none;
}

.testimonial-list .testimonial-content::before,
.testimonial-list .testimonial-content::after {
	content: none;
}

@media screen and (max-width: 360px) {
  .site-title {
    font-size: 17px;
  }
  .site-description {
    font-size: 12px;
  }
  .call-to-action a {
    font-size: 12px;
  }
}