/* <tac_module> */
.module_title_h1
{
  font-size: calc(1.375rem + 1vw);
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #DF5733;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 10px;
  padding-bottom: 6px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

.feature_list
{
  list-style-type: disc;
}
/* </tac_module> */
