.round-big {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-size: 100px auto;         /* ou contain selon le besoin */
  background-repeat: no-repeat;
  background-position: center;
  justify-self: center;
}

.round-feature {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: var(--tw-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 70px auto;         /* ou contain selon le besoin */
  background-repeat: no-repeat;
  background-position: center;
  justify-self: center;
}

.round-check {
  width: 91px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 91px auto;         /* ou contain selon le besoin */
  background-repeat: no-repeat;
  background-position: center;
  justify-self: center;
  background-image: url('../icons/check.svg');
}

.icon-easy { background-image: url('../icons/easy.svg'); }
.icon-fast { background-image: url('../icons/fast.svg'); }
.icon-zen  { background-image: url('../icons/zen.svg');}
.icon-pictures { background-image: url('../icons/pictures.svg'); }
.icon-ai { background-image: url('../icons/ai.svg'); }
.icon-category { background-image: url('../icons/category.svg'); }
.icon-translate { background-image: url('../icons/translate.svg'); }
.icon-booking { background-image: url('../icons/booking.svg'); }
.icon-itinerary { background-image: url('../icons/itinerary.svg'); }
.icon-team { background-image: url('../icons/team.svg'); }
.icon-publish { background-image: url('../icons/publish.svg'); }
.icon-several { background-image: url('../icons/several.svg'); }
.icon-share { background-image: url('../icons/share.svg'); }