.ct-wrap {
  color: #673AB7;
  /* border: 1px solid rgba(239, 104, 0, 0.2); */
  border-radius: 5px;
  padding: 30px 20px 20px;
  text-align: center;
  height: 100%;
  background: #d6dcff;
  box-shadow: 0 0 10px #d7c7f4;
  font-family: 'Nunito', sans-serif;
}
.ct-wrap .icon {
  color: #3F51B5;
  background: #f4e8d8;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 0;
  padding: 15px;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

.contact-title {
  color: #E91E63;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Nunito', sans-serif;
}

.contact-value {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #4d0999;
}

.ct-wrap a {    
  color: #4d0999;
  text-decoration: none;
}