.tk-home-content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tk-home-content .tk-home-content-top .cats .category {
  width: 33.333% !important;
}
.tk-home-content .tk-home-content-top .cats .category img {
  width: 100%;
  height: auto;
}
.tk-home-content .tk-home-content-bottom .tk-home-content-text {
  font-size: 16px;
  line-height: 24px;
}
.tk-home-content .tk-home-content-bottom .tk-home-content-text h1, .tk-home-content .tk-home-content-bottom .tk-home-content-text h2 {
  font-size: 22px;
  line-height: 26px;
}
.tk-home-content .tk-home-content-bottom .tk-home-content-text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.tk-home-content .tk-home-content-bottom .tk-home-content-text p:last-child {
  margin-bottom: 0;
}
.tk-home-content .tk-home-content-bottom .tk-home-cats {
  margin-top: 30px;
}
.tk-home-content .tk-home-content-bottom .tk-home-other {
  text-align: center;
  margin-top: 20px;
}

.categories .tk-category {
  width: 33.333% !important;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .tk-home-content {
    margin-top: 0;
  }
  .tk-home-content .tk-home-content-top .cats .category {
    width: 100% !important;
  }
  .tk-home-content .tk-home-content-bottom {
    margin-top: 20px;
  }
  .tk-home-content .tk-home-content-bottom .tk-home-cats {
    margin-top: 25px;
  }

  .categories .tk-category {
    width: 100% !important;
  }
}
