body {
  font-size: 16px !important;
  line-height: 24px !important;
  -webkit-font-smoothing: antialiased;
}
#blog-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/main-bg.svg);
  background-repeat: no-repeat;
  background-size: 35vw;
  background-position: right bottom;
  margin: 0px 0 100px;
}
#blog-page .logo {
  width: 500px;
  height: auto;
  margin-bottom: 80px;
}
#blog-page a.item {
  display: block;
  color: initial;
  box-shadow: 0px 0px 15px rgba(220, 220, 220, 0.5);
  border-radius: 30px;
  width: 100%;
  max-width: 750px;
  margin: 25px 0;
}
#blog-page a.item:hover .left {
  background-size: 110% 110%;
}
#blog-page a.item:hover .right span {
  text-decoration: underline;
}
#blog-page a.item .left {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px 0 0 30px;
  transition: all 0.3s ease;
  position: relative;
}
#blog-page a.item .left .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../images/blog-icon.svg);
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  border-radius: 30px 0 0 0;
}
#blog-page a.item .right {
  padding: 30px;
}
#blog-page a.item .right h2 {
  color: #14CFCF;
}
#blog-page .btn-back {
  padding: 12px;
  background-color: #14CFCF;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 280px;
  text-decoration: none;
}

#notice-block {
  width: 100%;
}
#notice-block > div > .py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-custom > .flex-auto {
  padding-left: 24px;
  padding-bottom: 24px;
  padding-bottom: 0;
}
.header-custom .site-logo img {
  width: 146px;
  height: auto;
  margin-top: 15px;
}
.header-custom ul.custom-menu svg.icon {
  width: 24px;
  height: 24px;
}
.header-custom ul.custom-menu li {
  margin-top: 0;
  padding-top: 0 !important;
}
.header-custom ul.custom-menu li a:hover {
  text-decoration: none;
}
nav.header-nav.animated ul ul {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0;
  margin-left: 0;
}
section.hw-products {
  height: 64px;
}
.mauticform-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 5px;
  column-gap: 5px;
}
ul.subscribe-callouts {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 30px;
  column-gap: 30px;
}
ul.subscribe-callouts li i {
  margin-right: 8px;
}
#blog-page .logo {
  margin-bottom: 40px;
  margin-top: 40px;
}



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