
.ct-promotions-flex-container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-evenly;
  }
  
  .ct-promotions-flex-container > div.col {
	background-color: #ffffff;
	margin: 10px;
	width: 330px;
	border-radius: 5px;
	border: 2px solid #9965cb;
  }

  .col-title {
	  margin: 15% 0 15% 0;
	  text-align: center;
  }

  .col-title > h3 {
    font-size: 24px;
    line-height: initial;
	}

  .col-excerpt{
	  color: #141414;
	  text-align: justify;
	  margin: 8%;
  }

  .col-link-button {
	  text-align: center;
	  margin-bottom: 8%;
  }
  
  button.button.button-ct-promo{
	background: #674399;
	color: #ffffff;
	border: #ffffff;
	font-size: medium;
}

button.button.button-ct-promo:hover {
	color: #674399;
	border: #674399;
}

  .col > a:link {
    text-decoration: none;
}

.col:hover {
	background-image: linear-gradient(145deg, #9965cb, #ffffff);
	box-shadow: 2px 2px 2px #9965cb;
}