/* Contact & Support style */
p.content-text.title-contact {
  max-width: 600px;
  color: #00a7b5;
  font-size: 18px;
}
p.content-text.des-contact {
  max-width: 600px;
}
div#contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#contact-cta-logos {
  display: flex;
}
p.c-text.content-text.des-contact {
  margin-bottom: 0 !important;
}
a#cons-button-cta {
  background: linear-gradient(to bottom, #00a7b5 0%, #00a7b5 50%, #333f48 50%, #333f48 100%);
  background-size: 100% 200%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  box-shadow: 7px 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
a#cons-button-cta:hover {
  background-position: 0 100%;
  color: #ffffff;
  text-shadow: .5px 0 0 currentColor;
}
img#contact-logo {
  padding-bottom: 30px;
}
p.contact-text {
  padding: 0 !important;
  margin: 0 !important;
  color: #00a7b5;
}