.acusa-home-tools-showcase {
  direction: rtl;
  background: #ffffff;
  padding: 54px 24px 58px;
  overflow: clip;
}

.acusa-home-tools-showcase,
.acusa-home-tools-showcase * {
  box-sizing: border-box;
}

.acusa-home-tools-showcase__inner {
  width: min(1480px, 100%);
  margin: 0 auto;
}

.acusa-home-tools-showcase__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 32px;
  color: #082954;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.acusa-home-tools-showcase__title span {
  font-size: .78em;
  line-height: 1;
}

.acusa-home-tools-showcase__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.acusa-home-tools-showcase__card,
.acusa-home-tools-showcase__card:link,
.acusa-home-tools-showcase__card:visited {
  display: flex;
  min-width: 0;
  min-height: 178px;
  padding: 29px 18px 24px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #cfe0f5;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(8, 41, 84, .055);
  color: #082954 !important;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.acusa-home-tools-showcase__card:hover,
.acusa-home-tools-showcase__card:focus-visible {
  transform: translateY(-3px);
  border-color: #9fbfe5;
  box-shadow: 0 18px 40px rgba(8, 41, 84, .11);
  outline: none;
}

.acusa-home-tools-showcase__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 0 17px;
  font-size: 31px;
  line-height: 1;
}

.acusa-home-tools-showcase__card strong {
  display: block;
  margin: 0 0 8px;
  color: #082954;
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 800;
  line-height: 1.45;
}

.acusa-home-tools-showcase__card > span:last-child {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #69778b;
  font-size: 15px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 1180px) {
  .acusa-home-tools-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .acusa-home-tools-showcase {
    padding: 38px 16px 42px;
  }

  .acusa-home-tools-showcase__title {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .acusa-home-tools-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .acusa-home-tools-showcase__card,
  .acusa-home-tools-showcase__card:link,
  .acusa-home-tools-showcase__card:visited {
    min-height: 156px;
    padding: 20px 12px 18px;
    border-radius: 17px;
  }

  .acusa-home-tools-showcase__icon {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    font-size: 27px;
  }

  .acusa-home-tools-showcase__card strong {
    font-size: 17px;
  }

  .acusa-home-tools-showcase__card > span:last-child {
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .acusa-home-tools-showcase__grid {
    grid-template-columns: 1fr;
  }

  .acusa-home-tools-showcase__card,
  .acusa-home-tools-showcase__card:link,
  .acusa-home-tools-showcase__card:visited {
    min-height: 144px;
  }
}
