.features-list {
  background: #E3E3E3;
  padding: 96px 0;
}
@media (max-width: 767.98px) {
  .features-list {
    padding: 48px 0;
  }
}
.features-list .section-title {
  margin-bottom: 12px;
}
.features-list .claps {
  font-size: 16px;
  color: #0f5132;
}
.features-list a {
  color: #000000;
}
.features-list a:hover {
  color: #FFFFFF;
}
.features-list a:hover .claps {
  color: #FFFFFF;
}
.features-list a:hover path {
  stroke: #FFFFFF;
}
.features-list .btn {
  color: #EE0000;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  padding: 18px;
  border-width: 2px;
}
.features-list .btn:hover {
  color: #FFFFFF;
}
.features-list .btn:hover path {
  fill: #FFFFFF;
}
.features-list .card {
  border-radius: 24px;
}
.features-list .card img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.features-list .card:hover {
  background: #EE0000;
}
.features-list .category_name {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
  text-transform: uppercase;
}

.video-card {
  cursor: pointer;
}
.video-card .video-thumbnail {
  aspect-ratio: 9/16;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 24px;
}
.video-card .video-thumbnail .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.quotes-list {
  background: #E3E3E3;
}
.quotes-list .section-title {
  margin-bottom: 12px;
}
.quotes-list img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .quotes-list strong {
    font-size: 16px;
  }
}
.quotes-list small {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .quotes-list small {
    font-size: 13px;
  }
}
.quotes-list .single-item {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .quotes-list .single-item {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .quotes-list .p-4 {
    padding: 24px !important;
  }
}
.quotes-list p {
  margin: 0;
}
/*# sourceMappingURL=category.css.map */