body {
  padding-top: 56px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/m-b-m-ZzOa5G8hSPI-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.collapse-content .fa.fa-heart:hover {
  color: #f44336 !important;
}
.collapse-content .fa.fa-share-alt:hover {
  color: #0d47a1 !important;
}
.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.card:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.card > .card-inner {
  padding: 10px;
}
.card .header h2,
h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.card .header {
  margin-bottom: 5px;
}
.card img {
  width: 100%;
}

.card .card-inner .header h6:nth-child(2) {
  opacity: 0.7;
}

.noBorder {
  padding: 0.25rem;
  background-color: red !important;
  border: 0px solid #dee2e6 !important;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.noBorderNse {
  background-color: #3a2d7d !important;
  border: 0px !important;
}

.whom-title {
  text-align: center;
  margin-top: 70px;
  color: white;
}

.whom-text p {
  font-size: 20px;
  margin-bottom: 70px;
  color: white;
}

.whom-text .container {
  margin-bottom: 50px;
}
.whomwecater{
   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/m-b-m-ZzOa5G8hSPI-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
   padding-top: 5px;
   height: auto;
   padding-bottom: 5px;
}

.whomwecater .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin: 0 10px 40px 10px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.whomwecater .box .title {
  font-weight: 700;
  padding: 20px;
  font-size: 18px;
  color: #111;
}

.gotoshares {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gotoshares a {
  background: transparent;
  padding: 10px 20px;
  border: 2px solid white;

  color: white;
  text-decoration: none;
  transition: 0.5s;
}

.gotoshares a:hover {
  transform: translateY(-10px);
  background: #d32a31!important;
  border: none;
}

