.contact h1 {
  font-size: 4rem;
}

.contact h3 {
  font-weight: 100;
}

.contact .card-background {
  background: transparent linear-gradient(315deg, #16B38F 0%, #413AA4 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  box-shadow: 20px 30px 90px -25px rgba(50, 50, 93, 0.5), 20px 30px 60px -30.5px rgba(0, 0, 0, 0.6);
  transition: all .3s;
}

.contact .contact-col .col {
  border-radius: 10px;
  box-shadow: 20px 30px 90px -25px rgba(50, 50, 93, 0.5), 20px 30px 60px -30.5px rgba(0, 0, 0, 0.6);
  padding: 0;
}

.contact .tab_nav5 {
  margin: 1rem 0;
}

.contact .nav-link {
  font-weight: 600 !important;
  color: #fff;
  background: rgba(255, 255, 255, 0) !important;
}

.contact .nav-link.active {
  background: white !important;
  color: #000 !important;
}

.contact .tab_event__module {
  color: white;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.contact .tab_event__module p {
  margin-top: 20px;
  text-align: center;
}
