div#fx10 .moduletable > h3 {
    justify-self: center;
    font-size: 4rem;
    font-weight: 800;
    color: #0e2042;
    margin: 6% 0px 4% 0;
    width: fit-content;
    position: relative !important;
}

.realiz {
  display: flex;
  place-content: center;
  column-gap: 27px;
  align-items: center;
  flex-wrap: wrap;
      width: 70%;
    justify-self: center;
    row-gap: 50px;
}

.realiz img {
  width: 90%;
}

.realiz a {
  /* width: calc(85% / 5); */
  width: calc(71% / 3);
}
#fx8 .moduletable > h3,#fx9 .moduletable > h3,#fx10 .moduletable > h3{
  position: relative;
}
