.infoCard.-type-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  background-color: white;
  padding: 20px 20px;
  box-shadow: 0px 20px 30px rgba(25, 25, 46, 0.04);
  border: 1px solid var(--color-light-5);
  border-radius: 8px;

  .infoCard {
    &__image {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-grow: 1;
    }

    &__title {}
  }
}

.infoCard.-type-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  // background-color: white;
  padding: 30px;
  border-radius: 8px;

  .infoCard {
    &__image {
      
    }

    &__title {}
  }
}

