@media (max-width: 991.98px) {
  #related-products {
    margin-bottom: 60px;
  }
}
#related-products .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #232528;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #related-products .title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 32px;
  }
}
#related-products .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#related-products .product-list .product-item {
  width: calc(100% / 4 - 12px);
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  #related-products .product-list .product-item {
    width: calc(100% / 4 - 8px);
  }
}
@media (max-width: 767.98px) {
  #related-products .product-list .product-item {
    width: calc(50% - 8px);
  }
}
