/* -------------- Blocks Choice ----------------------- */
.choices {
  position: relative;
  display: flex;
  padding: 20px 10px 20px;
  margin: auto;
}
@media screen and (min-width: 976px) {
  .choices {
    padding: 100px 10px 70px;
  }
}
.choices__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  padding: 25px 10px;
  margin: auto;
}
@media screen and (min-width: 976px) {
  .choices__container {
    gap: 70px;
  }
}
.choices__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 976px) {
  .choices__header {
    align-items: flex-start !important;
  }
}
.choices__header h1, .choices__header h2, .choices__header h3 {
  text-align: center;
  letter-spacing: 0px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #061620;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .choices__header h1, .choices__header h2, .choices__header h3 {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 976px) {
  .choices__header h1, .choices__header h2, .choices__header h3 {
    text-align: left;
    font-size: 35px !important;
  }
}
.choices__header .header_text {
  max-width: 700px;
}
.choices__content {
  display: flex;
  gap: 35px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .choices__content {
    gap: 50px !important;
  }
  .choices__content :nth-child(2n).choices__cart {
    flex-direction: row-reverse;
  }
}
.choices__cart {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .choices__cart {
    flex-direction: row;
    gap: 50px;
  }
}
.choices__cart--icon {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .choices__cart--icon {
    width: 40%;
  }
}
.choices__cart--icon img {
  border-radius: 5px;
}
.choices__cart--content {
  width: 100%;
  padding-left: 35px;
  border-left: 8px solid #D9EFD8;
}
@media screen and (min-width: 768px) {
  .choices__cart--content {
    width: 60%;
  }
}
.choices__cart--content .cart--title {
  color: #002138;
}
.choices__cart--content .cart--title h2, .choices__cart--content .cart--title h3, .choices__cart--content .cart--title h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
.choices__cart--content .cart--text {
  color: #6D6D6D;
}

/*# sourceMappingURL=choice.css.map */
