.benefits {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .benefits {
    margin-bottom: 70px;
  }
}
.benefits-heading {
  text-align: center;
}
.benefits-heading-sub {
  text-align: center;
  margin-top: 1em;
}
.benefits-heading-h3 {
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.benefits-heading-h3 a {
  text-align: left;
  display: inline-flex;
  align-items: center;
  color: black;
}
.benefits-heading-h3 a span {
  font-size: 2.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .benefits-heading-h3 a span {
    font-size: 2.3rem;
    font-weight: 600;
  }
}
.benefits-heading-h3 a:hover {
  text-decoration: none;
}
.benefits-heading-h3 a:hover span {
  text-decoration: underline;
}
.benefits-heading-h3 a img {
  margin: auto 1rem auto auto;
}
.benefits-heading-h4 {
  font-weight: bold;
  font-size: 1.7rem;
}
.benefits-heading-h4 a::before {
  content: "\f105";
  font-family: fontello;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  text-align: center;
  width: 2rem;
  height: 2rem;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.benefits-heading-h4 + p {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .benefits-heading-h4 {
    font-size: 1.6rem;
  }
}
.benefits-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .benefits-container {
    flex-direction: column;
    gap: 0;
    margin: 40px -10px 0;
  }
}
.benefits-item {
  flex: 1 1 auto;
  padding-bottom: 30px;
  border-left: 10px solid gray;
  background: white;
}
.benefits-item.item-gourmet {
  width: 49%;
  border-color: #D0445F;
}
.benefits-item.item-gourmet .benefits-heading-h3 {
  background: silver url(/content/dam/diners/img/index/pc_img_gourmet.jpg) no-repeat 0 0/cover;
}
.benefits-item.item-gourmet .benefits-heading-h3 img {
  max-height: none;
  height: 39px;
}
.benefits-item.item-travel {
  width: 49%;
  border-color: #44AAD0;
}
.benefits-item.item-travel .benefits-heading-h3 {
  background: silver url(/content/dam/diners/img/index/pc_img_travel.jpg) no-repeat 0 0/cover;
}
.benefits-item.item-travel .benefits-heading-h3 img {
  max-height: none;
  height: 34px;
}
.benefits-item.item-entertainment {
  width: 32%;
  border-color: #D5A344;
}
.benefits-item.item-entertainment .benefits-heading-h3 {
  background: silver url(/content/dam/diners/img/index/pc_img_entertainment.jpg) no-repeat 0 0/cover;
}
.benefits-item.item-entertainment .benefits-heading-h3 img {
  max-height: none;
  height: 30px;
}
.benefits-item.item-golf {
  width: 32%;
  border-color: #4EA751;
}
.benefits-item.item-golf .benefits-heading-h3 {
  background: silver url(/content/dam/diners/img/index/pc_img_golf.jpg) no-repeat 0 0/cover;
}
.benefits-item.item-golf .benefits-heading-h3 img {
  max-height: none;
  height: 41px;
}
.benefits-item.item-shopping {
  width: 32%;
  border-color: #4E5FA7;
}
.benefits-item.item-shopping .benefits-heading-h3 {
  background: silver url(/content/dam/diners/img/index/pc_img_shopping.jpg) no-repeat 0 0/cover;
}
.benefits-item.item-shopping .benefits-heading-h3 img {
  max-height: none;
  height: 51px;
}
@media only screen and (max-width: 768px) {
  .benefits-item.item-gourmet {
    width: 100%;
  }
  .benefits-item.item-gourmet .benefits-heading-h3 {
    background: silver url(/content/dam/diners/img/index/sp_img_gourmet.jpg) no-repeat 0 0/cover;
  }
  .benefits-item.item-gourmet .benefits-heading-h3 img {
    height: 36px;
  }
  .benefits-item.item-travel {
    width: 100%;
  }
  .benefits-item.item-travel .benefits-heading-h3 {
    background: silver url(/content/dam/diners/img/index/sp_img_travel.jpg) no-repeat 0 0/cover;
  }
  .benefits-item.item-travel .benefits-heading-h3 img {
    height: 24px;
  }
  .benefits-item.item-entertainment {
    width: 100%;
  }
  .benefits-item.item-entertainment .benefits-heading-h3 {
    background: silver url(/content/dam/diners/img/index/sp_img_entertainment.jpg) no-repeat 0 0/cover;
  }
  .benefits-item.item-entertainment .benefits-heading-h3 img {
    height: 24px;
  }
  .benefits-item.item-golf {
    width: 100%;
  }
  .benefits-item.item-golf .benefits-heading-h3 {
    background: silver url(/content/dam/diners/img/index/sp_img_golf.jpg) no-repeat 0 0/cover;
  }
  .benefits-item.item-golf .benefits-heading-h3 img {
    height: 36px;
  }
  .benefits-item.item-shopping {
    width: 100%;
  }
  .benefits-item.item-shopping .benefits-heading-h3 {
    background: silver url(/content/dam/diners/img/index/sp_img_shopping.jpg) no-repeat 0 0/cover;
  }
  .benefits-item.item-shopping .benefits-heading-h3 img {
    height: 50px;
  }
}
.benefits-subcontents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .benefits-subcontents {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.benefits-subcontents-box {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  flex: 1 1 auto;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .benefits-subcontents-box {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .benefits-subcontents-box-linkbutton {
    padding: 0 30px;
  }
}
.benefits-subcontents-box-linkbutton a {
	display: block;
	max-width: 335px;
	margin: auto;
	border: 1px solid #92bbd5;
	background: #fff;
	color: #2477ab;
}
@media only screen and (max-width: 768px) {
  .benefits-subcontents-box-linkbutton a {
    max-width: none;
    width: 100%;
  }
}