body{ 
  color: #464A4E;
  font-family: Rubik, sans-serif;
}
.image {
  width: 300px;
  text-align: center;
}

.column {
  padding: 60px 40px 40px;
  text-align: center;
}

.column-2 {
  padding:  20px 100px;
}

.text-block {
  width: 135px;
  padding-top: 0px;
  font-family: Rubik, sans-serif;
  color: #5d5fef;
  font-size: 13px;
  text-transform: uppercase;
}

.text-block-2 {
  font-family: Rubik, sans-serif;
  color: #464A4E;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}

.text-block-3 {
  font-family: Rubik, sans-serif;
  color: #5D5FEF;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.image-2 {
  display: block;
  float: right;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.columns {
  text-align: center;
}

.column-4 {
  display: block;
}

.div-block-2 {
  padding-top: 30px;
}


.text-block-4 {
  font-family: Rubik, sans-serif;
  color: #f3a30c;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.div-block-3 {
  padding-top: 100px;
}

.text-block-5 {
  font-family: Rubik, sans-serif;
  color: #5D5FEF;
  font-size: 16px;
  font-weight: 400;
}

.text-span {
  font-weight: 600;
}

.text-span-2 {
  color: #5d5fef;
}

.div-block-4 {
  padding-right: 10px;
}

.div-block-5 {
  padding-right: 10px;
}

.back-cta {
  display: none;
}

.grey-back{
  background-color: #F8F8FF;
}

.div-block-6 {
  padding: 40px;
  text-align: center;
}

.div-block-7 {
  padding: 40px 100px;
}

.div-block-8 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-9 {
  padding-top: 0px;
  padding-bottom: 20px;
}

.textbackgorund {
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 6px;
  background-color: #5d5fef;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.title1 {
  font-family: Rubik, sans-serif;
  color: #5d5fef;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}

.subtitle {
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding-bottom: 40px;
}

.text-span-3 {
  font-weight: 600;
}

.div-block-10 {
  display: none;
}

ul {
  list-style-image: url(../images/bullet.png);
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th {background-color: #5D5FEF; color: #FFF; padding: 10px;}
td {padding: 10px;}

@media screen and (max-width: 479px) {
  .image {
    margin-bottom: -121px;
  }

  .column-2 {
    padding-left: 35px;
  }

  .div-block {
    width: 100%;
    padding-top: 40px;
    padding-right: 30px;
  }

  .image-2 {
    width: 5px;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-7 {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 40px;
  }

  .div-block-2 {
    padding-top: 40px;
  }

  .text-block-3 {
    font-size: 34px;
    line-height: 34px;
  }

  .text-block-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-3 {
    padding-top: 20px;
  }

  .text-block-5 {
    padding-right: 40px;
    font-size: 16px;
  }

  .back-cta {
    display: block;
  }

  .div-block-7.morepadding {
    padding-top: 20px;
  }

  .title1 {
    font-size: 24px;
    line-height: 32px;
  }

  .subtitle {
    color: #000;
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-10 {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
  }

  .columnblock2 {
    display: block;
  }

  .columnblock2.columnblock1, .breadcrumb {
    display: none;
  }

  .columnblock2hide {
    display: none;
  }

  .featured{ width: 60%; }
}

