.feature-post-item-title a, .feature-post-item-title a:active, .feature-post-item-title a:hover, .feature-post-item-title a:focus {
  font-weight: 800;
  font-size: 0.65em;
  line-height: 1.15;
  display: block;
  padding-bottom: 4px;
  color: var(--Light-Primary-2);
}
@media (min-width: 992px) {
  .feature-post-item-title a, .feature-post-item-title a:active, .feature-post-item-title a:hover, .feature-post-item-title a:focus {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.main-feature-post-item {
  box-shadow: 0px 16px 18px rgba(97, 14, 162, 0.1215686275);
  border: 1px solid #10239E;
  background: #F3F6FF;
  overflow: hidden;
  border-radius: 9px;
  margin-bottom: 3rem;
}
.main-feature-post-item .post-item-body {
  font-size: 1.15rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .main-feature-post-item .post-item-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-feature-post-item .post-item-body {
    -webkit-line-clamp: 2;
  }
}

.post-item-content {
  padding: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .post-item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .post-item-content {
    padding: 1rem;
  }
}