[data-section="blocs-icons"] .sds-card-renderer__card {
    background: white;
    border-radius: 15px;
    margin: 0 !important;
    width: 49%;
}

[data-section="blocs-icons"] .sds-card-renderer__card.wide {
    width: 100%;
}

[data-section="blocs-icons"] .sd-paper.sd-card__content {
    padding-top: 15px;
}

[data-section="blocs-icons"] .sds-card-renderer__cards-row:last-child:not(.sds-card-renderer.sds-offering-cards__items .sds-card-renderer__cards-row:last-child) {
    margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 1099px) {
    [data-section="blocs-icons"] .sds-card-renderer__card:not(:last-child) {
        margin-right: 0 !important;
    }
}

[data-section="blocs-icons"] .sd-card__content {
    padding: 17px;
}

[data-section="blocs-icons"] .sd-card__header {
    padding: 6px 17px;
}

[data-section="blocs-icons"] .sd-card__content {
    padding-bottom: 10px;
    overflow-y: hidden;
    display: flex;
    flex: 1 1;
}

[data-section="blocs-icons"] .sd-card {
    flex: 1 1;
    display: flex;
}

[data-section="blocs-icons"] .sd-paper {
    flex-direction: column;
    padding: 0;
    border-radius: 15px;
    transition: background-color .2s ease;
    display: flex;
}


[data-section="blocs-icons"] .sds-card-renderer__card {
    display: flex;
    flex: 1 1;
}

[data-section="blocs-icons"] .sds-card-renderer__card:not(:last-child) {
    margin-right: 30px;
}

[data-section="blocs-icons"] .sds-card-renderer__cards-row {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
    gap: 15px;
}

[data-section="blocs-icons-sds-content-simple-icon-cards"] {
    padding: 48px 24px;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__items {
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__card {
    min-height: 282px;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__card-container {
    display: flex;
    flex: 1 1;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__card-content {
    flex-direction: column;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__card-icon {
    color: #0075c9;
    font-size: 36px;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__card-title {
    display: flex;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.4px;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__card-text {
    display: block;
    flex: 1 1;
    margin-top: 24px;
    color: #464e58;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -.2px;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__card-text ul {
    margin-bottom: 15px;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__card-text ul li {
    font-size: 16px;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__card-text p {
    font-size: 16px;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__title {
    margin-top: 16px;
    color: #000;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -.6px;
    margin-top: 0;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__title-underline {
    width: 32px;
    height: 2px;
    margin-top: 16px;
    background-color: #0075c9;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards ul {
    list-style: disc;
    padding-left: 17px;
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards ul li {
    margin-bottom: 3px;
}

[data-section="blocs-icons-sds-content-simple-icon-cards"] {
    padding-top: 48px;
    padding-right: 24px;
    padding-bottom: 48px;
    padding-left: 24px;
}

@media (min-width: 600px) and (max-width: 999px) {
    [data-section="blocs-icons-sds-content-simple-icon-cards"] {
        padding-right: 48px;
        padding-bottom: 60px;
        padding-left: 48px;
    }
}

@media (min-width: 1000px) {
    [data-section="blocs-icons-sds-content-simple-icon-cards"] {
        display: flex;
        justify-content: center;
    }

    [data-section="blocs-icons"] .sds-content-simple-icon-cards__items {
        /* margin-top: 48px; */
    }

    [data-section="blocs-icons"] .sds-content-simple-icon-cards__title {
        font-weight: 300;
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: -1px;
        margin-top: 0;
    }

    [data-section="blocs-icons"] .sds-content-simple-icon-cards__title-underline {
        margin-top: 32px;
    }
}

@media screen and (max-width: 999px) {
    [data-section="blocs-icons"] .sds-content-simple-icon-cards__card {
        height: auto;
        min-height: auto;
    }

    [data-section="blocs-icons-sds-content-simple-icon-cards"] {
        padding-bottom: 0;
    }
}

[data-section="blocs-icons"] .sds-content-simple-icon-cards__title strong {
    color: #0075c8;
}

@media (max-width: 430px) {
    [data-section="blocs-icons"] .sds-card-renderer__cards-row {
        margin-bottom: 24px !important;
    }
}

@media (max-width:768px){
    [data-section="blocs-icons"] .sds-card-renderer__card{
        width:100%
    }
    [data-section="blocs-icons"] .sds-card-renderer__cards-row{
        gap:30px;
    }
}