div#fx3 .moduletable > h3 {
  justify-self: center;
  font-size: 4rem;
  font-weight: 800;
  color: #007cff;
  margin: 6% 0px 4% 0;
  width: fit-content;
  position: relative !important;
}

div#fx3 .moduletable > h3::after {
  content: "";
  width: 68%;
  height: 4px;
  position: absolute;
  background: #00a83b;
  display: block;
  z-index: 9;
  margin: auto;
  bottom: -7px;
  justify-self: anchor-center;
}
div#fx3 .moduletable > h3::before {
  content: "";
  width: 42%;
  height: 4px;
  position: absolute;
  background: #00a83b;
  display: block;
  z-index: 9;
  margin: auto;
  bottom: -15px;
  justify-self: anchor-center;
}


.card-pale img {
  width: 100%;
  position: relative;
}

.card-pale-txt {
  position: absolute;
  bottom: 0;
  justify-self: anchor-center;
  width: 100%;
  padding: 10px 5%;
}
.card-pale  {
  position: relative;
}
.slick-slide > div {
  max-height: 323px;
}
.card-pale-txt h3 {
  color: white;
  font-size: 3rem;
  font-weight: 700;
}

.card-pale-txt a {
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
}
.botnot.pale img {
  height: 4%;
  width: 8.4%;
  margin-top: 0.6%;
}

.botnot.pale {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 1%;
  align-items: anchor-center;
}
.botnot.pale a {
  font-size: 3rem;
}
.ver .card-pale-txt {
  background: #63be838c;
  align-content: flex-end;
  height: 100%;
}
.azu .card-pale-txt {
  background: #007cff80;
  align-content: flex-end;
  height: 100%;
}