.cr-quick-tools {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 12px;
  cursor: pointer;

  &__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: @secondary-color;
    margin-top: 5px;
  }

  &__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    color: @secondary-color;
    letter-spacing: 0.02em;
    margin-top: 8px;
    span {
      margin-left: 7px;
    }
  }
}
