.content_text-wrapper{
  padding-left: 3.44rem;
  padding-right: 3.44rem;
  @media (max-width: 768px){
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content_text-wrapper{
  margin: 20px;
}
.content_text__title{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #2B2B41;
  margin-bottom: 47px;
}

.content_text__title.aligns{
  display:flex;
  align-items: center;
}
.content_text__title.aligns img{
  margin-right:10px;
}
.content_text__title h1{
  font-size:75px;
}
.content_text__title h2{
  font-size:35px;
}
.content_text__title h3{
  font-size:22px;
}
.content_text__title h4{
  font-size:20px;
}
.content_text__title h5{
  font-size:18px;
}
.content_text__title h6{
  font-size:16px;
}
.content_text__description,.content_text__description p{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #33475B;
}
.content_text__description strong{
  font-weight:bold;
}
.content_text__description em{
  font-style: italic;
}
.content_text__description ul{
  padding-left: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ul {
  list-style-image: url('https://grow.origin63.com/hubfs/ico_list.svg');
}*/
.content_text ul {
  list-style: none;
}
.content_text ul > li:before {
  content: "";
  height: 1.2rem;
  width: 1.2rem;
  display: block;
  float: left;
  margin-left: -2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%:
}
.content_text ul > li:before { 
  background: url("https://grow.origin63.com/hubfs/Group%203.svg");
  background-size: cover;
  background-position: center;
  padding: .15rem;
}

.content_text__description ul li{
  margin-bottom: 10px;
}
.content_text__description h1{
  font-size:75px;
}
.content_text__description h2{
  font-size:35px;
}
.content_text__description h3{
  font-size: 22px;
  line-height: 30px;
}
.content_text__description h4{
  font-size:20px;
}
.content_text__description h5{
  font-size:18px;
}
.content_text__description h6{
  font-size:16px;
}


.generic-text-divider hr{
  border-bottom: 1px solid #384A87;
  margin-top: -30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .content_text__title{
    font-size: 23px;
  }
  .content_text__description{
    font-size: 14px;
  }
}
.services-columns {
    display: flex;
    font-weight: 600;
    justify-content: space-evenly;
    line-height: 2;
    padding-top: 20px;
}
@media (max-width: 768px){
  .description__max_width p{
    width: 100%!important;
  }
  .services-columns{
    flex-direction: column;
  }
}

.bullet-text span a:hover{
  color: #A932A8 !important;
}