.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}

.ss-app-card-block {
    width: 20%;
}

.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .ss-app-card-block {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .ss-app-card-block {
        width: 33%;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1083px) {
    .ss-app-card-block {
        width: 20%;
        margin-bottom: 50px;
    }
}


/* apps cards end */

.ss-card {
    display: flex;
    margin-top: 25px;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-card:hover {
    border-color: rgba(2, 171, 245, .4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    outline: 0;
    cursor: pointer;
}

.ss-card-left {
    background-color: #03243b;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: grid;
    place-items: center;
    text-align: center;
    height: 100%;
}

.ss-card-right {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
}

.ss-card-title {
    font-weight: bold;
}

.ss-card-cta {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}

ss-stm32mpu-wrapper {
    background-color: #f8f8f8;
}

.ss-stm32mpu-section-title {
    padding: 15px 0 0 15px;
}

.ss-stm32mpu-cards {
    display: flex;
    align-items: self-end;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .ss-stm32mpu-cards {
        place-content: center;
    }
}

.ss-stm32mpu-card {
    width: 25%;
}

@media (max-width: 768px) {
    .ss-stm32mpu-card {
        width: 100%;
    }
}

.ss-stm32mpu-title {
    font-size: 16px;
    font-weight: bold;
    color: #03234b;
    text-align: center;
    height: 40px;
}

.ss-stm32mpu-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.ss-stm32mpu-img {
    display: grid;
    justify-content: center;
    height: 125px;
}

.ss-stm32mpu-img img {
    max-height: 125px;
    min-height: 125px;
    height: 100%;
}

@media (min-width: 768px) {
    .image-wrapper.mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .image-wrapper.desktop {
        display: none;
    }
}

.expansion-text {
    margin-bottom: -3rem;
    text-align: center;
}

@media (max-width: 767px) {
    .expansion-text {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .button-margin-top-mobile {
        margin-top: 0px !important;
    }

    .button-margin-left-mobile {
        margin-left: 0px !important;
    }

    .ss-button-yellow {
        justify-self: center !important;
        float: none !important;

    }

    .custom-margin-top-mobile {
        margin-top: -65px !important;
    }

    .custom-margin-top-title-mobile {
        margin-top: -50px !important;
    }

    .space-card {
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}

/* END LONG CARDS */

.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}

.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}



#super {
    vertical-align: super;
    font-size: small;
    padding: 0px;
    margin-left: -4px;
}



.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}



.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .ss-app-card-block {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .ss-app-card-block {

        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1083px) {
    .ss-app-card-block {

        margin-bottom: 50px;
    }
}

.ss-button {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .ss-button-yellow {
        margin-left: 7rem;
    }
}

.ss-button-dev-tools {
    display: flex;
    justify-content: center;
}

.ss-button-yellow {
    width: 171px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    background-color: #ffd200;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

.ss-button-yellow:hover {
    background-color: #ffdb33 !important;
}

.ss-button-yellow:active {
    width: 171px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    background-color: #f5ca00;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

.ss-app-card-block-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ss-app-card-block-list {
    flex-grow: 1;
}

.ss-button-yellow {
    margin-top: auto;
    align-self: flex-start;
}

@media (max-width: 768px) {
    .ss-button-yellow {
        margin-left: 0rem;
    }
}

.title-margin-top {
    margin-top: 10px;
}

.subtitle {
    font-weight: normal;
    text-align: center;
}

@media (max-width: 626px) {
    .margin-top-30 {
        margin-top: 30px;
    }
}

.ss-app-card-block {
    margin-bottom: 0px !important;
}

.benefits-box {
    background-color: #002b5c;
    padding: 10px 20px;
    border-radius: 4px;
}


.benefits-list {
    color: white;
    margin-bottom: 0px;
}

.benefits-list li {
    flex: 1 1 22%;
    min-width: 200px;
}

@media (max-width: 900px) {
    .benefits-list li {
        flex: 1 1 45%;
    }
}

@media (max-width: 600px) {
    .benefits-list li {
        flex: 1 1 100%;
    }
}

.benefits-list li::marker {
    content: none !important;
    display: none !important;
}

.benefits-list li::before {
    color: white;
    content: '\2022';
}

.margin-bottom {
    margin-bottom: 44px;
}

@media (max-width: 768px) {
    .margin-bottom {
        margin-bottom: 90px !important;
    }
}

 @media (max-width: 767px) {
                    .expansion-text {
                        margin-left: 20px;
                        margin-right: 20px;
                        padding-bottom: 0rem !important;
                    }
                }

                .st-card:before {
                    display: none !important;
                }

                p.st-copy:empty {
                display: none;
            }

            @media (min-width: 768px) {
                .width-200 {
                    width: 200px;
                }
            }

            @media (min-width: 768px) {
                .width-desktop {
                    width: 50% !important;
                }
            }

            .benefits-box {
                background-color: #002b5c;
                /* blu scuro simile */
                padding: 10px 20px;
                border-radius: 4px;
            }

            /*.benefits-list {
                        list-style-type: disc; 
                        color: white; 
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        gap: 20px;
                        padding-left: 20px; 
                    } */


            .benefits-list {
                color: white;
                margin-bottom: 0px;
            }

            .benefits-list li {
                flex: 1 1 22%;
                min-width: 200px;
            }

            @media (max-width: 900px) {
                .benefits-list li {
                    flex: 1 1 45%;
                    /* 2 colonne */
                }
            }

            @media (max-width: 600px) {
                .benefits-list li {
                    flex: 1 1 100%;
                    /* 1 colonna */
                }
            }

            .benefits-list li::marker {
                content: none !important;
                display: none !important;
            }

            .benefits-list li::before {
                color: white;
                content: '\2022';
            }

            .ss-button {
                display: flex;
                justify-content: center;
                padding-bottom: 15px;
            }

            @media (max-width: 768px) {
                .ss-button-yellow {
                    margin-left: 7rem;
                }
            }

            .ss-button-dev-tools {
                display: flex;
                justify-content: center;
            }

            .ss-button-yellow {
                width: 171px;
                height: 42px;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 12px 32px;
                background-color: #ffd200;
                color: #03234b;
                font-weight: bold;
                border-radius: 10px 0 10px 0;
            }

            .ss-button-yellow:hover {
                background-color: #ffdb33 !important;
            }

            .ss-button-yellow:active {
                width: 171px;
                height: 42px;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 12px 32px;
                background-color: #f5ca00;
                color: #03234b;
                font-weight: bold;
                border-radius: 10px 0 10px 0;
            }

            .rotating {
                width: auto;
                margin-left: 0;
            }

            @media (min-width: 768px) {
                .rotating {
                    width: 140%;
                    margin-left: -2rem;
                }
            }

            .video-st60 {
                margin-bottom: 20px;
                width: 100%;
            }

            /* Regole per mobile */
            @media (max-width: 768px) {
                .video-st60 {
                    width: 100% !important;
                    margin-left: 0 !important;
                }
            }

            .responsive-width {
                width: 175%;
                /* desktop largo */
            }

            @media (max-width: 1200px) {
                .responsive-width {
                    width: 150%;
                    /* tablet grande */
                }
            }

            @media (max-width: 1024px) {
                .responsive-width {
                    width: 120%;
                    /* tablet medio */
                }
            }

            @media (max-width: 768px) {
                .responsive-width {
                    width: 100%;
                    /* mobile */
                }
            }

            /* .st-card {
                        height: 376px;
                    } */

            .st-card__link {
                text-align: right;
                margin-right: 30px;
            }


            .ss-eyebrow {
                display: block;
                font-weight: normal;
                font-size: 12px;
                color: #6b7b8c;
                margin-bottom: 6px;
                justify-self: center;
            }


            .ss-stm32mpu-wrapper {
                background-color: #f8f8f8;
            }

            .ss-stm32mpu-section-title {
                padding: 15px 0 0 15px;
            }

            .ss-stm32mpu-cards {
                display: flex;
                align-items: flex-start;
                flex-wrap: wrap;
            }

            @media (min-width:426px) {
                .ss-stm32mpu-cards {
                    place-content: center;
                }
            }

            .ss-stm32mpu-card {
                width: 25%;
            }

            .ss-stm32mpu-card-2 {
                margin-bottom: 13px;
            }


            @media (max-width: 768px) {
                .ss-stm32mpu-card {
                    width: 100%;
                }
            }

            .ss-stm32mpu-title {
                font-size: 16px;
                font-weight: bold;
                color: #03234b;
                text-align: center;
                height: 40px;
            }

            .ss-stm32mpu-img {
                display: flex;
                justify-content: center;
                margin-bottom: 20px;
            }

            .ss-stm32mpu-img {
                display: grid;
                justify-content: center;
                height: 175px;
            }

            .ss-stm32mpu-img img {
                max-height: 125px;
                min-height: 125px;
                height: 100%;
            }

            .ss-desc {
                margin: 8px 0 0 !important;
                font-weight: normal !important;
                font-size: 14px !important;
            }

            @media (min-width: 768px) {
                .image-wrapper.mobile {
                    display: none;
                }

                .box-height {
                    height: 400px;
                }
            }

            @media (min-width: 768px) {
                .image-wrapper.mobile {
                    display: none;
                }

                .box-height {
                    height: 400px;
                }
            }


            @media (max-width: 767px) {
                .image-wrapper.desktop {
                    display: none;
                }
            }

            .st-card:before {
                display: none;
            }

            @media (max-width: 768px) {
                .card-wrap {
                    flex-flow: wrap;
                }
            }

            @media (width: 1024px) {
                .card-custom-width {
                    min-width: 320px !important;
                }

                .image-custom-hieght {
                    height: 212px !important;
                }
            }

            .card-width {
                min-width: 332px;
            }

            .card-image-2-height {
                height: 222px;
            }

            .longevity-img {
                margin-top: -13px;
                width: 50px;
                height: 50px;
            }

            .st-card__headline {
                color: #03234b;
                display: block;
                font-size: 18px;
                font-weight: 700;
                margin-right: 10px;
                margin-left: 20px;
                margin-bottom: 10px;
                margin-top: 0px;
                overflow: hidden;
            }

            @media (max-width: 425px) {
                .card-container {
                    display: flex;
                    flex-direction: column !important;
                    width: 847px;
                    margin-left: 50px;
                }
            }

            .card-container {
                display: flex;
                flex-direction: row;
                justify-content: space-around;
            }