.card_features{
    font-size: 20px;
    /*list-style-type: disc, #F65E49;*/
    list-style: none;
    font-family: 'Fira Sans', sans-serif;
    line-height: 1.4;
}

.card_features li::before {
  content: "\2022";  
  color: #F65E49; 
  font-weight: bold; 
  font-size: 22px;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
  vertical-align: middle;
  line-height: 1.4 !important;
}


.header2{
    font-size: 42px;
    font-family:'Montserrat';
    line-height: 50px;
    color: #fff9ef;
}

.card_descriptions li::before{
    /*list-style: none;*/
    content: none;
}

.card_descriptions li{
    line-height: 1.4 !important;
}

h_features{
    font-weight: bold;
}
