.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.product-img {
  width: 500px;
}

table.custom-table tr th {
  text-align: left;
  padding: 0px 20px;
}

table.custom-table tr td {
  text-align: left;
  padding: 0px 20px;
}

section#ourStrategy i.fas{
  padding-right: 2em;
  color: #f6931e
}

div.row-table {
  margin-bottom: 50px;
}

.about-icons{
  color: #f6931e;
}