.benefit-section {
  width: 100%;
}
.benefit-section .title {
  font-size: 42px;
  font-weight: 700;
}
.benefit-section .item {
  height: 100%;
  background-image: url("/assets/images/benefit-bg-item.png");
  background-color: #E7D9CA;
  border-radius: 16px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.benefit-section .item .text-primary {
  line-height: 1;
}
.benefit-section.title-white .title {
  color: white;
}