.showcase-8 {
  padding: 2rem 0; }
  .showcase-8 .feature {
    -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
    box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
    border-radius: 7px;
    display: flex; }
    .showcase-8 .feature .text {
      padding: 2rem; }
  .showcase-8 .font-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    display: flex;
    background: var(--bs-light); }
    .showcase-8 .font-container .font-icon {
      color: var(--bs-primary);
      margin: auto;
      font-size: 7rem;
      padding: 1.4rem;
      border-radius: 60px; }
  .showcase-8 h3 {
    margin-bottom: 2rem;
    color: var(--bs-dark);
    line-height: 1.4rem; }
    .showcase-8 h3 a {
      font-size: 2.7rem;
      line-height: 3.5rem;
      color: var(--bs-dark);
      text-decoration: none; }
  .showcase-8 a {
    text-decoration: none;
    color: var(--bs-gray); }
    .showcase-8 a.more {
      font-size: 0.9rem;
      color: var(--bs-primary); }
      .showcase-8 a.more i {
        color: var(--bs-primary); }
      .showcase-8 a.more:hover {
        color: var(--bs-primary); }
  .showcase-8 p {
    font-size: 1rem;
    color: var(--bs-gray);
    line-height: 1.4rem;
    margin-bottom: 1rem; }
