#tpg-prod h1, #tpg-prod h2, #tpg-prod h3 {
  font-family: "Inter", sans-serif;
}
#tpg-prod h2 {
  font-size: 4vh;
  font-weight: 400;
}
#tpg-prod .tpg-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#tpg-prod .tpg-wrap div.tpg-items {
  width: 33.33%;
}
#tpg-prod .tpg-wrap div.tpg-items a {
  display: block;
  color: #2E4787;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0px 0px 5px 4px #f3f3f3;
  margin: 0.8rem;
  padding: 1.175rem 0.8rem;
}
#tpg-prod .tpg-wrap div.tpg-items a:hover {
  border: 1px solid #2E4787;
}
#tpg-prod .tpg-wrap div.tpg-items a img {
  max-width: 100%;
}
#tpg-prod .tpg-wrap div.tpg-items a span {
  display: block;
}
#tpg-prod .tpg-wrap div.tpg-items a span h3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  min-height: 90px;
  font-weight: bold;
}
#tpg-prod .tpg-wrap div.tpg-items a span h3 strong {
  display: block;
}
#tpg-prod .tpg-wrap div.tpg-items a span.cta-shopnow {
  display: block;
  background: #ffce05;
  border-color: rgba(85, 85, 85, 0);
  margin: 0 auto;
  border-radius: 30px;
  padding: 0.8rem 1.175rem;
  width: auto;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
}
#tpg-prod .tpg-cta-wrap {
  margin: 3rem 1.175rem;
  text-align: center;
}
#tpg-prod .tpg-cta-wrap a.tpg-seemore {
  display: table;
  font-family: "Inter", sans-serif;
  color: #2E4787;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
  border: 3px solid #2E4787;
  border-radius: 60px;
  padding: 0.8rem 1.175rem;
  margin: 0 auto;
}
#tpg-prod .tpg-cta-wrap a.tpg-seemore:hover {
  background: #2E4787;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
#blog.single .top-prod-cta a {
  text-decoration: none !important;
}

@media only screen and (max-device-width: 767px) {
  #tpg-prod h2 {
    font-size: 3vh;
    font-weight: 400;
  }
  #tpg-prod .tpg-wrap div.tpg-items {
    width: 50%;
  }
  #tpg-prod .tpg-wrap div.tpg-items a {
    margin: 0.6rem;
    padding: 0.8rem;
  }
  #tpg-prod .tpg-wrap div.tpg-items a span h3 {
    font-size: 18px;
    min-height: 110px;
  }
  #tpg-prod .tpg-wrap div.tpg-items a span.cta-shopnow {
    width: auto;
    padding: 0.6rem;
  }
  #tpg-prod .tpg-cta-wrap {
    margin: 0 auto;
  }
  #tpg-prod .tpg-cta-wrap a.tpg-seemore {
    font-size: 16px;
    padding: 0.8rem 0.5rem;
    margin: 2rem auto;
  }
}
@media only screen and (max-device-width: 480px) {
  #tpg-prod .tpg-wrap div.tpg-items a {
    margin: 8px;
    padding: 8px;
  }
  #tpg-prod .tpg-wrap div.tpg-items a span.cta-shopnow {
    width: auto;
    padding: 8px;
    margin: 0 0 8px;
  }
}

/*# sourceMappingURL=main.css.map */
