.Products-Content {
  padding-top: 38px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {
  .Products-Content {
    padding-top: 67px;
    padding-bottom: 121px;
  }
}
.Products-Content .section-title {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .Products-Content .section-title {
    font-size: 32px;
    margin-bottom: 64px;
  }
}
.Products-Content .cards .card:not(:first-child) {
  margin-top: 64px;
}
@media (min-width: 960px) {
  .Products-Content .cards .card:not(:first-child) {
    margin-top: 80px;
  }
}
.Products-Content .cards .card .uk-grid-margin {
  margin-top: 24px;
}
.Products-Content .cards .card .image-box {
  height: 253px;
  max-width: 345px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .Products-Content .cards .card .image-box {
    height: 440px;
    max-width: 600px;
  }
}
.Products-Content .cards .card .right-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 960px) {
  .Products-Content .cards .card .right-content {
    justify-content: space-between;
    max-width: 440px;
    height: 344px;
  }
}
.Products-Content .cards .card .right-content .content .title {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
@media (min-width: 960px) {
  .Products-Content .cards .card .right-content .content .title {
    margin-bottom: 16px;
  }
}
.Products-Content .cards .card .right-content .content .desc {
  color: #787878;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}
.Products-Content .cards .card .right-content .content .btn-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.Products-Content .cards .card .right-content .content .btn-group .btn {
  padding: 12px 24px;
  border-radius: 99px;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.Products-Content .cards .card .right-content .content .btn-group .btn:hover {
  opacity: 0.8;
}
.Products-Content .cards .card .right-content .content .btn-group .btn.btn-primary {
  background: #F70157;
  color: #fff;
}
.Products-Content .cards .card .right-content .content .btn-group .btn.btn-outline {
  border: 1px solid #E2E2E2;
  background: transparent;
  color: #000;
}/*# sourceMappingURL=Products.css.map */