.mod_custom__working-time .scheduled-time {
  margin: 0;
}
.mod_custom__working-time .scheduled-time li {
  font-size: 16px;
  line-height: 20px;
}
.mod_custom__working-time .scheduled-time li i {
  color: #ebc686;
}
.mod_custom__working-time .scheduled-time li + li {
  margin-top: 10px;
}
.mod_custom__working-time .scheduled-time + * {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .mod_custom__working-time {
    text-align: center;
  }
}