.bottom-line-red {
  position: relative;
}

.bottom-line-red:after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #EC4753;
}/*# sourceMappingURL=style.css.map */