section.tuenweb_tar_sect {
  /*background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);*/
}

.tuenweb_tar_sect .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.tuenweb_tar_sect hr {
  margin: 1.5rem 0;
}

.tuenweb_tar_sect .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.tuenweb_tar_sect .card-price {
  font-size: 3rem;
  margin: 0;
}

.tuenweb_tar_sect .card-price .period {
  font-size: 0.8rem;
}

.tuenweb_tar_sect ul li {
  margin-bottom: 1rem;
}

.tuenweb_tar_sect .text-muted {
  opacity: 0.7;
}

.tuenweb_tar_sect .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .tuenweb_tar_sect .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .tuenweb_tar_sect .card:hover .btn {
    opacity: 1;
  }
}
.tuenweb_tar_sect .fa-li{
    font-size: 1.2em;
}