    .htt-header--logo {
        margin-top: 50px;
    }

    .box_icone_testo_container {
        margin-top: 60px;
    }

    a.htt-btn {
        margin-top: 10px;
    }

    .wrapper-img img {
        max-width: 579px;
    }

    .contenitore-dominio {
        max-width: 100%;
        word-break: break-word;
    }

    h1 {
        font-size: 96px;
        line-height: 96px;
        color: rgba(141, 150, 216, 1);
        letter-spacing: -1.92px;
        margin: 0;
        margin-bottom: 20px;

    }

    footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 11px;
        padding: 20px 0;
        border-top: 1px solid rgba(22, 22, 22, 1);
        width: 100%;
    }

    footer p {
        font-size: 11px;
    }

    footer a {
        text-decoration: underline;
        color: rgba(22, 22, 22, 1);
    }

    footer .footer-right a {
        margin-left: 10px;
    }

    footer div {
        display: flex;
        align-items: center;

    }

     @media (max-width: 1024px) {
        .banner-testo-img-cta .htt-grid {
            /* flex-direction: column; */
        }

        .banner-testo-img-cta--img {
            /* display: none; */
        }

        h1 {
            font-size: 48px;
            line-height: 58px;
        }
    }
