[data-section="blocs-icons-3"] .sds-card-renderer__card.fourth,
[data-section="blocs-icons-3"] .sds-card-renderer__card.fourth span,
[data-section="blocs-icons-3"] .sds-card-renderer__card.fourth p {
    text-align: center;
    display: block;
    margin: 0;
}

[data-section="blocs-icons-3"] .sds-card-renderer__card.fourth p {
    font-size: 16px;
}

[data-section="blocs-icons-3"] p.sds-content-simple-icon-cards__card-title.editable {
    font-size: 20px;
}

[data-section="blocs-icons-3"] p.sds-content-simple-icon-cards__card-title.editable a {
    text-decoration: none;
    color: inherit;
}

[data-section="blocs-icons-3"] .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-3"] .sds-card-renderer__card:not(:last-child) {
        margin-right: 0!important;
    }
}

[data-section="blocs-icons-3"] .sd-card__content {
    padding: 17px;
}

[data-section="blocs-icons-3"] .sd-card__header {
    padding: 6px 17px;
}

[data-section="blocs-icons-3"] .sd-card__content {
    padding-bottom: 10px;
    overflow-y: hidden;
    display: flex;
    flex: 1 1;
}

[data-section="blocs-icons-3"] .sd-card {
    flex: 1 1;
    display: flex;
}

[data-section="blocs-icons-3"] .sd-paper {
    flex-direction: column;
    padding: 0;
    border-radius: 20px;
    display: flex;
}

[data-section="blocs-icons-3"] .sds-card-renderer__card {
    display: flex;
    flex: 1 1;
    flex-basis: calc(25% - 7.5px);
    min-width: 0;
}

[data-section="blocs-icons-3"] .sds-card-renderer__cards-row {
    display: flex;
    gap: 10px;
    margin-bottom: 36px;
    overflow: hidden;
    flex-wrap: wrap;
}

[data-section="blocs-icons-3"] .sds-content-simple-icon-cards__card-container {
    display: flex;
    flex: 1 1;
}

[data-section="blocs-icons-3"] .sds-content-simple-icon-cards__card-content {
    flex-direction: column;
}

[data-section="blocs-icons-3"] .sds-content-simple-icon-cards__card-icon {
    color: #0075c9;
    font-size: 36px;
}

[data-section="blocs-icons-3"] .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-3"] .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-3"] .sds-content-simple-icon-cards__card-text p {
    margin-bottom: 15px;
}

[data-section="blocs-icons-3"] .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-3"] .sds-content-simple-icon-cards__title-underline {
    width: 32px;
    height: 2px;
    margin-top: 16px;
    background-color: #0075c9;
}

@media (min-width: 600px) and (max-width: 999px) {
    [data-section="blocs-icons-3"].sds-content-simple-icon-cards {
        padding-right: 48px;
        padding-bottom: 60px;
        padding-left: 48px;
    }
}

@media (min-width: 1000px) {
    [data-section="blocs-icons-3"].sds-content-simple-icon-cards {
        display: flex;
        justify-content: center;
    }
    
    [data-section="blocs-icons-3"] .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-3"] .sds-content-simple-icon-cards__title-underline {
        margin-top: 32px;
    }
}

@media screen and (max-width: 999px) {
    [data-section="blocs-icons-3"] .sds-content-simple-icon-cards__card {
        height: auto;
        min-height: auto;
    }
    
    [data-section="blocs-icons-3"].sds-content-simple-icon-cards {
        padding-bottom: 0;
    }
}

[data-section="blocs-icons-3"] .sds-content-simple-icon-cards__title strong {
    color: #0075c8;
}

@media (max-width: 430px) {
    [data-section="blocs-icons-3"] .sds-card-renderer__cards-row {
        margin-bottom: 24px!important;
    }
}

@media (max-width:768px){
    [data-section="blocs-icons-3"] .sds-content-simple-icon-cards__card-container{
        display: flex;
        justify-content: center;
        
    }
    [data-section="blocs-icons-3"] .sds-card-renderer__card.fourth{
        width:100%;
    }
    [data-section="blocs-icons-3"] .sds-card-renderer__cards-row{
        gap:30px;
    }
}

[data-section="blocs-icons-3"][style*="rgb("] .sds-card-renderer__card.fourth{
    background-color: white;
}

[data-section="blocs-icons-3"] .sds-content-simple-icon-cards__card-content > div:first-child{
    font-size: 20px;
    font-weight: 700;
}