.tarifs-infos-container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.tarifs-infos {
  width: 90%;
  height: fit-content;
  padding: 1rem;
  box-sizing: border-box;

}

.tarifs-infos-block {
  display: flex;
  flex-direction: column;
  /* justify-content: center;
align-items: center; */
  gap: 1rem;
  margin: 2rem 0;
  border: 2px solid #54AF84;
  padding: 1rem ;
  box-sizing: border-box;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

.premiere-logo {
  width: 100px;
  margin-top: 2rem;

}

.tarifs-infos-block h2 {
  font-size: 20px;
  font-weight: bold;
}

.tarifs-infos-block strong {
  font-size: 20px;
  font-weight: bold;
}
