.text-icon-horizontal-container {
/*   width: 692px; */
/*   min-height: 88px; */
  display: flex;
  align-items: center;
/*   padding: 5px 0; */
}


/* .text-icon-horizontal-container-img {
  padding: 25px 25px 25px 0;
}
 */


  line-height: 24px;
  
}

.bold-heading {
  font-weight: 700;
  color: #353535; 
  font-size:  16px;
  line-height: 24px;
}

.orange-text {
  color: #FF9D00;
  font-weight: 700;
}


/* Mobile screen */
@media only screen and (max-width: 480px) {
  #hs_cos_wrapper_widget_1744290257879_, p {
    padding: 0 !important;
  
  }
  
  
  .bold-heading, .text-icon-horizontal-container-text {
    line-height: 24px;
    text-align: left;
    max-width: 90%;
  }
  
  .text-icon-horizontal-container-img {
    padding: 12px;
    height: 60px;
    width: 60px;
    align-items: center;
  }
  /**** Aligns the image icon to the top when there are 2 lines of text ****/
  .text-icon-horizontal-container {
    align-items: flex-start;
    display: flex;
}

}

