
#fundstoryboxes .card-img {
  border: none;
  border-radius: 0px !important;
}
.carousel {
  height: 100%;
}
.carousel-inner {
  height: 100%;
  padding: 0;
}
.carousel-item {
  height: 100%;
}
.carousel-item .img-fluid {
}
.card-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  padding: 10px;
}
.careers .fas {
  margin-right: 10px;
}
.bg-grey {
  background-color: #eaeaea;
}
.arrow-left {
  position: absolute;
  right: 0;
  top: 40%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #eaeaea;
}
