.w153c-title__style1 {
  background: #fc6207;
  color: #ffffff !important;
  font-weight: bold !important;
  padding: 10px !important;
  position: relative;
  margin: 16px 0;
  font-size: 20px !important;
  text-transform: uppercase !important;
}

.w153c-title__style1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 13px solid #fc6207;
}
