.benefits-wrapper .top-title h2 {
  font-family: roboto-bold,roboto,sans-serif;
  color: #292929;
  font-size: 35px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 48px;
}
.benefits-wrapper .left-column {
    width: 400px;
    background-color: rgb(255,255,255);
    box-shadow: 0px 8px 11px 1px rgb(0 0 0 / 19%);
    border-radius: 15px;
    padding-bottom: 35px;
    height: 100%;
}

.benefits-wrapper .benefits {
  display: flex;
  padding-left: 22px;
  margin-bottom: 75px;
  align-items: center;
  justify-content: center;

}

.benefits-wrapper .benefit-content {
  margin-top: 27px;
  padding: 0 14px;
  height: 550px;
  width: 400px;
  min-height: 550px;
  grid-template-rows: repeat(4, min-content) 1fr;
  grid-template-columns: 100%;
  text-align: center;
}

.benefits-wrapper .benefit-content h2.title {
  font-size: 35px;
  text-align: center;
  font-family: roboto-bold,roboto,sans-serif;
  color: #393939;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 12px;
}
.benefits-wrapper .benefit-content h2 {
   color: #916EF3;
    font-size: 33px;
    margin: 0;
    font-family: roboto-bold,roboto,sans-serif;
    line-height: normal;
}
.benefits-wrapper .benefit-content h3 {
  font-size: 20px;
  text-align: center;
  font-family: roboto-thin,roboto,sans-serif;
  line-height: normal;
  margin-bottom: 28px;
}
.benefits-wrapper .benefit-content h3 {
    position: relative;
}
.benefits-wrapper .benefit-content h3:before {
    content: "";
    border-top: 1px solid rgb(59,58,58);
    width: 61%;
    position: absolute;
    top: 50%;
    margin: auto;
    right: 0;
    left: 0;
}


.benefits-wrapper .benefit-content p{
  font-size: 15px;
  text-align: justify;
  font-family: roboto-thin,roboto,sans-serif;
  margin-bottom: 36px;
  max-width: 309px;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
}
.benefits-wrapper .cm-button a {
  -st-extends: StylableButton;
  transition: all 0.2s ease, visibility 0s;
  border-radius: 8px;
  background: #916EF3;
  border: 0px solid #949494;
  font-size: 20px;
  font-family: roboto-thin,roboto,sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  max-width: 225px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.benefits-wrapper .cm-button a:hover {
  background: #FFFFFF;
  border: 1px solid #916EF3;
  color: #916EF3;
}
.benefits-wrapper .right-column {
  padding-left: 29px;
}

.benefits-wrapper p.benefit-title {
  margin-top: 22px;
  margin-bottom: 18px;
  font-family: roboto-bold,roboto,sans-serif;
  font-size: 18px;
}

.benefits-wrapper .feature-item {
  display: flex;
}

.benefits-wrapper .feature-item p {
  font-size: 15px;
  line-height: 1.8em;
  margin: 0;
  font-family: roboto-thin,roboto,sans-serif;
  width: 50%;
  min-height: 33.3px;
}

.benefits-wrapper .feature-item p:last-child {
  font-weight: bold;
  font-size: 16px;
  padding-left: 15px;
}
.benefits-wrapper .feature-item p.check {
  font-size: 18px;
}
.benefits-wrapper .feature-item p:last-child span {
  font-size: 18px;
  color: #916EF3;
}
.benefits-wrapper .bottom-content p {
  text-align: justify;
  font-size: 13px;
  font-weight: bold;
  font-family: roboto-thin,roboto,sans-serif;
  margin: 0;
}

.benefits-wrapper .bottom-content {
  padding-left: 22px;
}


@media (min-width: 768px) {
 .benefits-wrapper .cm-button {
    padding-right: 10px;
} 
    
}
@media (max-width: 767px) {
  .benefits-wrapper .top-title h2 {
    margin-bottom: 35px;
    font-size: 21px;
  }

  .benefits-wrapper .benefits {
    padding-left: 0px;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .benefits-wrapper .left-column {
    box-shadow: none;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .benefits-wrapper .benefit-content {
    margin-top: 20px;
  }

  .benefits-wrapper .benefit-content h2.title {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 22px;
  }

  .benefits-wrapper .benefit-content p {
    margin-bottom: 24px;
  }

  .benefits-wrapper .benefit-content h2 {
    font-size: 25px;
  }

  .benefits-wrapper .benefit-content h3 {
    font-size: 18px;
    margin-bottom: 27px;
  }

  .benefits-wrapper .benefit-content p:last-of-type {
    margin-bottom: 42px;
  }

  .benefits-wrapper .cm-button a {
    max-width: 194px;
    min-height: 46px;
  } 
  .benefits-wrapper .right-column {
    padding-left: 0px;
  }

  .benefits-wrapper p.benefit-title {
    font-size: 17px;
  }

  .benefits-wrapper .feature-item p {
    width: auto;
    font-size: 14px;
  }

  .benefits-wrapper .feature-item p:last-child {
    padding-left: 3px;
    font-size: 14px;
  }
  .benefits-wrapper .bottom-content {
    padding-left: 0px;
  }
 .benefits-wrapper .right-column {
    max-width: 337px;
    margin: 0 auto;
}
}
@media (max-width: 400px) {
  .benefits-wrapper .left-column {
    margin-left: -20px;
    margin-right: -20px;
  } 
  .benefits-wrapper .right-column {
    max-width:none;
  }
}