.split-text {
  z-index: 1;
 /* background-color: #fef5f5; */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 30px 0 50px;
  padding: 50px 20px;
  position: relative;
  /* border-bottom: 6px solid #cf142b; */
}

/* .split-text:before { */
  /* content: ""; */
  /* height: 100%; */
  /* width: 100vw; */
  /* z-index: -1; */
  /* background-color: #fef5f5;  */
  /* display: block; */
  /* position: absolute; */
  /* top: 0; */
  /* left: calc(-50vw + 50% - .55rem); */
/* } */

/* .split-text:after { */
  /* content: ""; */
  /* height: 6px; */
  /* width: 100vw; */
  /* z-index: -1; */
  /* background-color: #768ec7; */
  /* display: block; */
  /* position: absolute; */
  /* bottom: 0; */
  /* left: calc(-50vw + 50% - .55rem); */
/* } */

@media screen and (min-width: 992px) {
  .split-text {
    /* background-color: #fef5f5;
    border-bottom: 5px solid #768ec7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    padding: 50px 60px;
  }

  .split-text:before, .split-text:after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
	.split-text .col-1 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.split-text .col-2 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}