.column-image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.impar {
  background: #f4fff9;
  padding-block-start: 4rem;
  padding-block-end: 4rem;
}
.par {
  --background: #2dedba;
  background: #b8f5f6;
  padding-block-start: 4rem;
  padding-block-end: 4rem;
}
.background-practitioners {
  background-image: none;
  background-position: left center;
  background-size: 49% 100%;
  background-repeat: no-repeat;
}
.background-workshops {
  background-image: none;
  background-position: right center;
  background-size: 49% 100%;
  background-repeat: no-repeat;
}
.background-topics {
  background-image: url("../images/training-image-3.jpg");
  background-position: left center;
  background-size: 49% 100%;
  background-repeat: no-repeat;
}
.background-coaching {
  background-image: none;
  background-position: left center;
  background-size: 42% 100%;
  background-repeat: no-repeat;
}
.background-location {
  background-image: none;
  background-position: right center;
  background-size: 48% 100%;
  background-repeat: no-repeat;
}
.background-mentor {
  background-image: none;
  background-position: left center;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.content-text {
  padding-inline-start: 2rem;
  padding-inline-end: 2rem;
  padding-block-start: 3rem;
  padding-block-end: 3rem;
}
.impar h2,
.par h2 {
  font-family: "Roboto-LightItalic";
  font-size: 2.9rem;
}
.impar h2 > span,
.par h2 > span {
  font-weight: 600;
}

.impar h3 {
  color: #22ee98;
}
.impar h3,
.par h3 {
  font-family: "Roboto-MediumItalic";
  font-size: 2.2rem;
  line-height: 2.5rem;
  padding-block-end: 2rem;
}
.impar h4,
.par h4 {
  font-family: "Roboto-MediumItalic";
  font-size: 2rem;
  line-height: 2.5rem;
  padding-block-end: 2rem;
}
.impar h5,
.par h5 {
  font-size: 1.6rem;
  padding-block-end: 1.1rem;
}
.impar h6,
.par h6 {
  font-family: "Roboto-MediumItalic";
  font-size: 2.5rem;
  line-height: 2.4rem;
  padding-block-end: 2rem;
}
.impar p,
.par p {
  font-family: "Roboto-LightItalic";
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 0.5rem;
}
.impar ul > li,
.par ul > li,
.impar ol > li,
.par ol > li {
  font-family: "Roboto-LightItalic";
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-inline-start: 0.5rem;
  padding-block-end: 0.5rem;
}
.impar ul {
  list-style-image: url("../images/vineta-1.png");
  --list-style-position: inside;
  list-style-type: none;
}
.par ul {
  list-style-image: url("../images/vineta-3.png");
  --list-style-position: inside;
  list-style-type: none;
}
ul li::marker {
  margin-top: -1rem;
}
.impar img {
  border-radius: 14px;
  border: 4px solid #2dedba;
}
.par img {
  border-radius: 14px;
  border: 4px solid #37c0e1;
}

table {
  border: 1px solid #b4b5b6;
  border-radius: 15px;
  padding: 1rem;
  border-collapse: collapse;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0.5px 0.5px 5px 0 #a1a1a1;
}
table th,
table td {
  padding: 0.5rem 1rem;
}
table th {
  background-color: #38c1e5;
}
@media screen and (min-width: 768px) {
  .impar h3,
  .par h3 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  .container-fluid > .row {
    width: 90%;
    margin: 0 auto;
  }
  .renew {
    padding-block-start: 8rem;
    padding-block-end: 8rem;
  }
  .renew .block-cards {
    flex-direction: row;
  }
  .renew card {
    width: 20%;
  }
  .renew card > h6 {
    display: block;
  }
  .background-practitioners {
    background-image: url("../images/training-image-1.jpg");
  }
  .background-workshops {
    --background-image: url("../images/training-image-2.jpg");
  }
  .background-coaching {
    background-image: url("../images/coaching-image-1.jpg");
    /*background-size: 40% auto;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;*/
  }
  .background-location {
    background-image: url("../images/what-we-offer-image-8.png");
  }
  .background-mentor {
    background-image: url("../images/mentor-image-1.jpg");
    background-size: 40% auto;
  }
  .background-mentorship {
    background-image: url("../images/coaching-image-3.jpeg");
    background-size: 40% 100%;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
  }
  .block-order {
    display: flex;
  }
  .block-order > div:nth-last-of-type(1) {
    order: 2;
  }
  .block-order > div:nth-last-of-type(2) {
    order: 1;
  }
  .impar h6,
  .par h6 {
    font-size: 3.5rem;
    line-height: 2.7rem;
  }
}
.block-order > div:nth-last-of-type(2) {
  order: 1;
}

.btn.price {
  background: #33c2e8 !important;
  color: #fff;
  text-align: center;
  border: 2px solid #33c2e8;
}
@media screen and (min-width: 1024px) {
  .impar h3,
  .par h3 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}
