.red-benefits {
  background-image: url(/assets/images/line-separator.png);
  padding: 30px 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;

  .flip-card-red {
  background-color: transparent;
  /* height: 100%; */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  /* height: 100%; */
}

.flip-card-front {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  border: 1px solid #eee;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  z-index: 2;
}

.flip-card-front img {
  height: 80px;
  width: 80px;
  align-self: center;
  margin-bottom: 20px;
}

.feature-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
}
}
