/* Start custom CSS for text-editor, class: .elementor-element-7a1d7108 */.ek-cta-small {
  background: #f5f9ff;
  border: 1px solid #d6e3ff;
  padding: 10px 14px;
  margin: 18px 0;
  border-radius: 6px;
  text-align: center;
}

.ek-cta-small p {
  font-size: 15px;
  font-weight: 600;
  color: #003366;
  margin: 0 0 6px;
}

.ek-btn-small {
  display: inline-block;
  background: #3366ff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 13px;
  transition: 0.3s;
}

.ek-btn-small:hover {
  background: #003399;
  transform: translateY(-1px);
}/* End custom CSS */