
.sppb-addon-content .sppb-addon-title {
display: flex;
}

.sppb-addon-content .sppb-addon-title::after {
 content: "";
  width: 55px;
  height: 2px;
  transition: .3s;
  margin-left: 15px;
  margin-top: 20px;
  border-radius: 1px;
  background-color: #1d55c1;
}