section {
  margin: 0 0 50px 0;
}
section h2,
section h3,
section h4 {
  border: none;
  background: none;
}
section h3::after {
  border: none;
}
section ul {
  list-style: none;
  padding-left: 0;
}
#cta-bottom a {
  display: block;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  color: #000;
  transition: all 0.3s ease;
}
#cta-bottom a:hover {
  opacity: 0.7;
}
#cta-bottom a * {
  margin: 0;
}
#cta-bottom a img {
  margin: 20px 0;
}
#cta-bottom a .cta-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #0073EC;
  color: #fff;
}
