.featured-section {
  padding: 48px 0;
}

.featured-section .featured-item {
  border: 0.8px solid #eef2f6;
  padding: 24px 12px;
  text-align: center;
  border-radius: 24px;
}

.featured-section .featured-item img {
  margin-bottom: 12px;
}

.featured-section .featured-item p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #364152;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-section .featured-item p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .featured-section {
    padding: 32px 0;
  }

  .featured-section .featured-item {
    max-width: 256px;
    margin: 0 auto 24px;
    box-shadow: 0px 2px 16px -4px rgba(93, 138, 168, 0.08);
  }

  .featured-section .featured-item p {
    font-size: 14px;
    line-height: 20px;
  }
}
