.link_arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.link_arrow:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #c0153f;
  border-right: solid 2px #c0153f;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.webinar_link_arrow {
  color: #c0153f;
}

.webinar_link_arrow {
  position: relative;
  display: inline-block;
}

.webinar_link_arrow:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #c0153f;
  border-right: solid 2px #c0153f;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin:  auto auto auto 10px;
}

.column img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .column {
    display: flex;
  }
  .column p:first-child {
    width: 70%;
  }
  .column p:last-child {
    width: 30%;
  }
}