.text-cta-list {
  border: solid 1px #D7DBDC;
  padding: 50px 26px;
  text-align: center;
}

.text-cta-list__item {
  margin-bottom: 80px;
  text-align: center;

  @media (min-width: 768px) {
    margin-bottom: 0;
  }
}

.text-cta-list__item-title {
  @media (min-width: 768px) {
    margin-bottom: 20px;
  }
}

.text-cta-list__item-text {
  color: rgb(214, 0, 28);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-cta-list__item-link a {
  background-color: #D6001C;
  border-color: #D6001C;
  border-width: 2px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 15px 23px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;

  @media (min-width: 768px) {
    margin-top: 20px;
  }
}