.featured-flex {
  flex-wrap: wrap;
  gap: 20px;
}
.title {
  font-size: 40px;
}
.comparison-table {
  background-color: #ffffff;
  display: flex;
}
.comparison-table .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%;
    min-width: 33.33%;
}
.comparison-table .column-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    max-height: 80px;
    height: 100%;
    width: 100%;
    padding: 6px;
}
.comparison-table .column-inner p {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.comparison-table .column-one .column-inner {
    justify-content: flex-start;
}
.comparison-table .column-one .column-inner p{
    text-align: left;
}
.column-inner i {
  font-size: 25px;
}
.comparison-table .column.column-two {
    border-radius: 5px;
    border: 1px solid var(--pry-color);
    background: #d8f8f2;
    box-shadow: 0px 20px 40px 0px rgba(82, 101, 175, 0.25);
}
.comparison-table-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.comparison-table-button-container a {
    width: 100%;
}
@media screen and ( min-width:768px ) {
    .comparison-table {
        padding: 80px 0;
    }
    .comparison-table-inner {
        width: 100%;
        max-width: 900px;
        padding: 24px 32px;
    }
    .comparison-table .column-one {
        width: 50%;
        min-width: 50%;
    }
    .comparison-table .column-two,
    .comparison-table .column-three {
        width: 25%;
        min-width: 25%;
    }
    .comparison-table .column-one .column-inner p,
    .comparison-table .column-inner.heading p {
        font-size: 18px;
        line-height: 1.2;
    }
    .comparison-table .column-inner {
        min-height: 60px;
    }
    .comparison-table-button-container a {
        max-width: 80%;
    }
}

.benefits-sleep {
  background-image: url('/img/sleep/benefits.webp');
  background-size: cover;
  background-position: center;
}
.sleep-overlay {
  background: linear-gradient(90deg, rgba(0, 59, 54, 0.75) 40%, rgba(172, 182, 239, 0) 100%);
  min-height: 100%;
}
.num {
  font-size: 20px;
  line-height: 0px;
  padding-top: 4px;
  color: #fff;
  height:35px;
  width:35px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  border:1px solid #fff;
}
.benefits-sleep p{
  font-size: 18px;
  line-height: 0;
  color: #fff;
}
.accordion-item {
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
}
.accordion .collapse {
  border-bottom: 0 !important;
}
.accordion-button {
  font-size: 18px;
  color: var(--pry-color);
  background: none !important;
}
.accordion-button.collapsed {
  font-size: 18px;
  color: #000000;
}

@media screen and (max-width:767px) {
  .title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 19px;
  }
  .featured-flex img{
    max-width: 80px;
  }
}

@media screen and (max-width:535px) {
  .subtitle {
    font-size: 18px;
  }
}
