.other-products-page {
  min-width: 0;
  color: #033525;
  background: #f7fffd;
}

.other-products-header {
  position: static;
  height: 100px;
  background: #ffffff;
  border-bottom: 1px solid #d9f3ed;
}

.other-products-header nav .nav-links li {
  margin-right: 25px;
}

.other-products-header nav .nav-links li:last-child {
  margin-right: 0;
}

.other-products-header nav .nav-links li a {
  color: #087560;
  text-decoration: none;
  white-space: nowrap;
}

.other-products-header nav .nav-links a.active::after {
  background: #033525;
}

.other-products-hero {
  padding: 92px 0 82px;
  text-align: center;
  color: #033525;
  background: linear-gradient(135deg, #e9fbf8 0%, #c7f4ea 100%);
}

.other-products-hero h1 {
  margin: 0;
  font-size: 52px;
  line-height: 1.1;
}

.other-products-hero p {
  margin: 20px 0 0;
  font-size: 20px;
}

.product-list {
  display: flex;
  justify-content: center;
  padding-top: 68px;
  padding-bottom: 88px;
}

.product-card {
  width: 430px;
  padding: 36px 32px;
  background: #ffffff;
  border: 1px solid #b7e9de;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(3, 53, 37, 0.08);
}

.product-card h2 {
  margin: 0 0 28px;
  font-size: 28px;
}

.product-card dl,
.product-card dl div {
  margin: 0;
}

.product-card dl div {
  padding: 15px 0;
  border-top: 1px solid #e2f4ef;
}

.product-card dt {
  margin-bottom: 6px;
  color: #5c7971;
  font-size: 14px;
}

.product-card dd {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .other-products-header nav .nav-links li {
    margin-right: 14px;
  }
  .other-products-header nav .nav-links li a {
    font-size: 15px;
  }
}
