@font-face {
    font-family: HelveticaNeue-CondensedBold;
    src: url('/fonts/helvetica-neue-condensed-bold.ttf');
}
@font-face {
    font-family: HelveticaNeue;
    src: url('/fonts/helvetica-neue.ttf');
}

ul {
    list-style-image: url('/img/ic-check.svg');
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 1;
    line-height: 33px;
    padding-left: 20px;
}
.d-sm-none {
    display: none;
}

.d-md-none {
  display: none;
}

body {
  font-family: 'HelveticaNeue';
  min-width: 300px;
  background: linear-gradient( 120deg, white 45%, #EDF8F7 45.1%, #EDF8F7 45.9%, #00A192 46%) no-repeat bottom;
  height: 100%;
}


.text-container {
  background-color: #F2F5F5;
  padding: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-container i {
  color: #00A192;
  font-style: normal;
  font-family: 'HelveticaNeue-CondensedBold';
}
.text-container b {
  font-family: 'HelveticaNeue-CondensedBold';
  font-style: bold;
}
.text-container .title-bg {
  margin-left: -26px;
  padding-left: 26px;
  padding-right: 26px;
  line-height: 100%;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00A192;
  color: #FFF;

  font-family: 'HelveticaNeue-CondensedBold';
  margin-top: 10px;
  margin-bottom: 30px;
}
.text-container .divider {
  height: 2px;
  background-color: #00A192;
}