@media screen and (min-width: 768px) and (max-width: 1259px) {

    /* Default variant */
    .sh-smarts-iconblock {
        margin-bottom: 40px;
        background-color: #faf9fa;
        display: flex;
        flex-direction: column;
    }

    .sh-smarts-iconblock-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px 32px 40px;
    }

    .sh-smarts-iconblock-pic {
        width: 100%;
    }

    .sh-smarts-iconblock-pic img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Hide mobile-specific image on tablet, show desktop */
    .sh-iconblock-pic-mobile {
        display: none;
    }

    .sh-iconblock-pic-desktop {
        display: block;
    }

    .icon-smarts {
        position: relative;
        padding-left: 55px !important;
    }

    .icon-smarts::before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 17px;
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    /* Gray variant */
    .sh-smarts-iconblock--gray {
        padding: 48px 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 0;
        background-color: transparent;
    }

    /* Black variant */
    .sh-smarts-iconblock--black {
        margin-bottom: 40px;
        background-color: #000000;
        display: flex;
        flex-direction: column;
    }

    .sh-smarts-iconblock--black .sh-smarts-iconblock-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px 32px 40px;
    }

    .sh-smarts-iconblock--black .sh-smarts-iconblock-pic {
        width: 100%;
    }

    /* Default variant typography */
    .sh-smarts-iconblock .sh-iconblock-title {
        font-family: 'InterMedium', 'Inter', sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #0E0F11;
        text-transform: uppercase;
    }

    .sh-smarts-iconblock .sh-iconblock-body {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #0E0F11;
    }

    /* Black variant typography */
    .sh-smarts-iconblock--black .sh-iconblock-title {
        font-family: 'InterMedium', 'Inter', sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #D3D5DE;
        text-transform: uppercase;
    }

    .sh-smarts-iconblock--black .sh-iconblock-body {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #E0E2E8;
    }

    /* Gray variant item typography */
    .sh-smarts-iconblock--gray .sh-smarts-iconblock-item {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #0E0F11;
    }

    /* Gray variant icon size: 50px per Figma */
    .sh-smarts-iconblock--gray .icon-smarts::before {
        width: 50px;
        height: 50px;
    }

    .sh-smarts-iconblock--gray .icon-smarts {
        padding-left: 65px !important;
    }
}