.benefit-section {
  width: 100%;
}
.benefit-section .title {
  font-size: 42px;
  font-weight: 700;
}
.benefit-section .item {
  height: 100%;
  background-image: url(/assets/benefit-bg-item-16f3d1e084ffb29a4dfcb16077c6773ad230f8d7e1ed5cbaaf7c8651c276d8d9.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;
}
