.box-cie {
  background: white;
  border-radius: 4px;
  white-space: normal;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 5px 20px;
  margin-bottom: 30px; }

.cta-cie {
  display: block;
  background: #2e91fc;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  white-space: normal;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 8px 20px;
  text-align: center; }

.cta-cie:hover {
  color: white; }
