.theme-olp .sc-entertain {
  background: url(../img/entertain/bg-1.png), url(../img/entertain/bg-2.png), #E6E6E6;

  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  background-size: 204.5px 221px, 177px 221px;
}

.theme-olp .sc-entertain h3.h2 {
  color: #6EBC82;
}

.theme-olp .sc-entertain ul.tabs {
  text-align: center;
}

.theme-olp .sc-entertain ul.tabs li {
  display: inline-block;

  width: 100%;
  max-width: 180px;
}

.theme-olp .sc-entertain ul.tabs > li:hover,
.theme-olp .sc-entertain ul.tabs > li.active {
  border-color: #6EBC82;
  color: #6EBC82;
}

.theme-olp .sc-entertain .cards .card .caption h4 {
  border-left-color: #6EBC82;
}

.theme-olp .sc-entertain .cards .card .caption a {
  color: #6EBC82;
}

.theme-olp .sc-entertain.sc-entertain .cards .card .caption {
  min-height: 240px;
}

@media screen and (max-width: 991px) {
  .theme-olp .sc-entertain {
    background: url(../img/entertain/bg-1.png), url(../img/entertain/bg-2.png), #E6E6E6;
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: 101px 128px, 106px 128px;
  }
}