.card-content {
background-color: white;
}

.blog-content {
background-color: white;
}

/*===== HEADER FOUR =====*/
.group-gradient {
  position: relative;
}
.group-gradient {
  background: -webkit-linear-gradient(var(--light-3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(var(--light-3) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(var(--light-3) 0%, rgba(255, 255, 255, 0) 100%);
}
.group-gradient {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .group-gradient {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .group-gradient {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

background-color: var(--light-2);