    .Nybanner .text h2 {
        width: 100%;
        text-align: center;
        font-size: 32px;
        line-height: 2;
        font-weight: bold;
        color: #FFF;
    }

    .Nybanner .text h3 {
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 2;
        color: #FFF;
    }

    .AboutContent {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .raw-html-embed {
        display: flex;
        grid-gap: 30px;
    }

    .raw-html-embed .item1 {
        padding: 30px;
        padding-bottom: 50px;
        background: #eeeeee;
        width: 100%;
        text-align: center;
        transition: 0.5s;
        border-radius: 8px;
    }

    .raw-html-embed .item1:hover {
        background: var(--color);
    }

    .raw-html-embed .item1 img {
        margin: 0 auto;
        width: 55px;
        height: 55px;
        object-fit: contain;
    }

    .raw-html-embed .item1:hover img {
        filter: brightness(0) invert(1);
    }

    .raw-html-embed .item1 h4 {
        color: #1b1b1d;
        font-size: 26px;
        font-weight: 900;
        text-align: center;
        margin: 25px 0;
    }

    .raw-html-embed .item1:hover h4 {
        color: #fff;
    }

    .raw-html-embed .item1 h5 {
        color: #1b1b1d;
        font-size: 21px;
        text-align: center;
    }

    .raw-html-embed .item1:hover h5 {
        color: #fff;
    }

    @media (max-width: 1200px) {
        .raw-html-embed .item1 h4 {
            font-size: 24px;
        }

        .raw-html-embed .item1 h5 {
            font-size: 16px;
        }
    }

    @media (max-width:720px) {
        .Nybanner .text h2 {
            font-size: 24px;
            line-height: 1.5;
        }

        .Nybanner .text h3 {
            font-size: 14px;
            line-height: 1.5;
        }

        .raw-html-embed {
            flex-wrap: wrap;
            grid-gap: 15px;
        }

        .raw-html-embed .item1 {
            padding: 20px;
        }

        .raw-html-embed .item1 h4 {
            margin: 15px 0;
        }
    }

    @media (max-width:460px) {}

    @media (max-width:380px) {}