.shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 1.2em;
  border-radius: 12px;
}

.is-style-ct-white-btn a {
  width: auto;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  font-size: 0.9em;
  background-color: #4394d6;
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
.is-style-ct-white-btn a:hover, .is-style-ct-white-btn a:focus {
  background-color: #2e88d1;
  text-decoration: none;
}
