.showcase-5 {
  padding: 2rem 0; }
  .showcase-5 .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);
    padding: 1rem 0 0;
    border-radius: 7px; }
  .showcase-5 .font-container {
    margin-bottom: 0rem; }
    .showcase-5 .font-container .font-icon {
      color: var(--bs-primary);
      font-size: 4rem;
      padding: 1.4rem;
      border-radius: 60px; }
  .showcase-5 .col-img {
    text-align: center; }
  .showcase-5 img {
    max-height: 300px; }
  .showcase-5 h3 {
    margin-bottom: 0rem;
    color: var(--bs-dark);
    text-align: center;
    line-height: 1.8rem; }
    .showcase-5 h3 a {
      font-size: 1.4rem;
      color: var(--bs-dark);
      text-decoration: none; }
  .showcase-5 a {
    text-decoration: none;
    color: var(--bs-gray); }
    .showcase-5 a.more {
      margin-right: 2rem;
      text-align: right;
      font-size: 0.9rem; }
      .showcase-5 a.more:hover {
        color: var(--bs-primary); }
  .showcase-5 p {
    font-size: 0.9rem;
    color: var(--bs-gray);
    line-height: 1.4rem;
    padding: 2rem;
    text-align: center; }
