.theme-plustinum .sc-offers {
  background: linear-gradient(141.19deg, rgba(211, 242, 213, 0.35) 27.65%, rgba(164, 214, 162, 0.35) 98.18%, rgba(88, 125, 94, 0.35) 174.35%);
}

.theme-plustinum .sc-offers .sc-inner {
  padding: 56px 0 64px;
}

.theme-plustinum .sc-offers .sc-heading {
  margin-bottom: 32px;
}

.theme-plustinum .sc-offers .caption .action {
  margin-top: 15px;
}

.theme-plustinum .sc-offers .caption .action a {
  display: block;
}

.theme-plustinum .sc-offers .card-hot-deal {
  margin-bottom: 32px;
}

.theme-plustinum .sc-offers .card-hot-deal .inner-card {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 686px;
  margin: 0 auto;
}

.theme-plustinum .sc-offers .card-hot-deal .img-card {
  min-width: 133px;
  width: 133px;
}

.theme-plustinum .sc-offers .card-hot-deal .content-card {
  width: calc(100% - 133px);
  padding-left: 24px;
}

.theme-plustinum .sc-offers .card-hot-deal .content-card p {
  margin-bottom: 8px;
}

.theme-plustinum .sc-offers .card-hot-deal .content-card .link {
  display: inline-block;
  margin-top: 8px;
}

.theme-plustinum .sc-offers .cards {
  display: flex;
  flex-direction: row;
  border: solid 1px #EEEEEE;
  border-radius: 8px;
  background-color: #FFF;
}

/* .theme-plustinum .sc-offers .cards[data-cards-row="1"] {
  border: solid 1px #EEEEEE;
  border-radius: 10px 10px 0 0;
}

.theme-plustinum .sc-offers .cards[data-cards-row="2"] {
  border-style: solid;
  border-color: #EEEEEE;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 10px 10px;
} */

.theme-plustinum .sc-offers .cards .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 30px 45px;
}

.theme-plustinum .sc-offers .cards .card:first-child {
  border-right: solid 1px #EEEEEE;
}

.theme-plustinum .sc-offers .cards .card .image {
  margin-right: 45px;
}

.theme-plustinum .sc-offers .cards .card .image i {
  font-size: 50px;
}

.theme-plustinum .sc-offers .cards .card .image img {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
}

.theme-plustinum .sc-offers .cards .card .caption p {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .theme-plustinum .sc-offers .cards .card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 16px;
  }

  .theme-plustinum .sc-offers .cards .card .image {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .theme-plustinum .sc-offers .sc-inner {
    padding: 48px 0 18px;
  }

  .theme-plustinum .sc-offers .sc-heading {
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .theme-plustinum .sc-offers .card-hot-deal {
    border-radius: 0;
    margin-bottom: 32px;
    padding: 0 16px;
  }

  .theme-plustinum .sc-offers .card-hot-deal .inner-card {
    display: block;
    max-width: none;
  }

  .theme-plustinum .sc-offers .card-hot-deal .img-card {
    min-width: 127px;
    width: 127px;
    margin: 0 auto;
  }
  
  .theme-plustinum .sc-offers .card-hot-deal .content-card {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
    text-align: center;
  }

  .theme-plustinum .sc-offers .cards {
    background: transparent;
    flex-direction: column;
    border: 0;
    border-radius: 0;
  }

  .theme-plustinum .sc-offers .cards .card {
    border-top: 1px solid #DCDCDC;
  }

  /* .theme-plustinum .sc-offers .cards[data-cards-row] {
    flex-direction: column;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .theme-plustinum .sc-offers .cards .card {
    border-radius: 0;
  }

  .theme-plustinum .sc-offers .cards .card:first-child {
    border-right: 0;
    border-bottom: solid 1px #EEEEEE;
  } */
}