/* English */
.cta-bubble {
  position: relative;
  width: 223px;
  height: 219px;
  z-index: 1;
  color: #f3f3f3;
}

.cta-bubble::before {
  position: absolute;
  content: url("/Portals/0/Images/cta-bubble.svg");
  z-index: -1;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
}

ul.list {
    list-style-type: none;
    margin: 0 0 20px;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    color: #333;
}

ul.list li {
    padding: 0.5rem 0;
    border-bottom: 2px solid rgb(0, 136, 208);
    width: fit-content;
    position: relative;
    font-size: clamp(1rem, 1.4rem, 1.8rem);
}

/* @media only screen and (max-width: 993px) {
    .header-wrap, .header-replace {
        display: none;
    }
}

@media only screen and (max-width: 993px) {
    .mobile-header .header-mobile, .mobile-header .header-mobile-top, .mobile-header .header-mobile-bottom {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .dng-mobilemenu, .mobile-header-replace, .mobile-header {
        display: block;
    }
} */



