@media (min-width: 1000px) {
    [data-section="our-values"] .sds-content {
        display: flex;
        justify-content: center;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 45px;
        padding-left: 0;
    }
}

[data-section="our-values"] .sds-content__wrapper {
}

@media (min-width: 600px) and (max-width: 999px) {
    [data-section="our-values"] .sds-content__wrapper {
        padding-top: 48px;
        padding-right: 48px;
        padding-bottom: 48px;
        padding-left: 48px;
    }
}

@media (min-width: 1000px) {
    [data-section="our-values"] .sds-content__wrapper {
    }
}

[data-section="our-values"] .sds-content__title-underline {
    width: 32px;
    height: 2px;
    margin-top: 28px;
    background-color: #0075c9;
}

[data-section="our-values"] .sds-content-list-cards__text {
    margin-top: 24px;
    color: #333e48;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -.2px;
}

@media (min-width: 1000px) {
    [data-section="our-values"] .sds-content-list-cards__text {
        margin-top: 0;
        font-size: 19.4px;
        margin-bottom: 40px;
    }
}

[data-section="our-values"] .sds-image-list__title {
    margin-top: 16px;
    color: #000;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -.6px;
}

@media (min-width: 1000px) {
    [data-section="our-values"] .sds-image-list__title {
        line-height: 1.2;
        letter-spacing: -1px;
        color: #003781;
        font-weight: 500;
        font-size: 44px;
    }
}

[data-section="our-values"].sds-content-html .sds-content__wrapper {
}

@media screen and (max-width: 999px) {
    [data-section="our-values"] .sds-content__wrapper {
    }
    [data-section="our-values"].sds-content {
    }
}

[data-section="our-values"] .sds-content strong,
[data-section="our-values"] .sds-image-list__title strong {
    color: #0075c8;
}

[data-section="our-values"] .sds-content p {
    margin-bottom: 15px;
}

[data-section="our-values"] .sds-content-list-cards__text {
    text-align: justify!important;
}

[data-section="our-values"].sds-content.sds-content-html.no-padding-bottom.no-width.our-values {
    position: relative;
}

[data-section="our-values"] .background {
    background: url(https://gh.sanlamallianz.com/assets/frontend/img/our-values.svg) no-repeat center center;
    background-position: center;
    background-size: 757px;
    width: 100%;
    height: 400px;
    position: relative;
}

[data-section="our-values"] .value .title {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    position: relative;
}

[data-section="our-values"] .value .title::after {
    display: none;
}

[data-section="our-values"] .value .description {
    text-align: right;
    font-size: 17px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    line-height: 22px;
    color: #333e48;
}

[data-section="our-values"] .value {
    width: 225px;
    position: absolute;
}

[data-section="our-values"] .value:nth-child(1) {
    top: 0;
    left: 0;
}

[data-section="our-values"] .value:nth-child(2) {
    top: 0;
    right: 0;
}

[data-section="our-values"] .value:nth-child(3) {
    bottom: 0;
    left: 0;
}

[data-section="our-values"] .value:nth-child(4) {
    bottom: 0;
    right: 0;
}

[data-section="our-values"] .value:nth-child(2) .title,
[data-section="our-values"] .value:nth-child(2) .description,
[data-section="our-values"] .value:nth-child(4) .title,
[data-section="our-values"] .value:nth-child(4) .description {
    text-align: left;
}

[data-section="our-values"] .icon {
    color: white;
    position: absolute;
}

[data-section="our-values"] .icon i {
    z-index: 9;
    position: relative;
}

[data-section="our-values"] .value:nth-child(1) .icon {
    right: -225px;
    top: 85px;
    font-size: 55px;
}

[data-section="our-values"] .value:nth-child(2) .icon {
    left: -202px;
    top: 73px;
    font-size: 70px;
}

[data-section="our-values"] .value:nth-child(3) .icon {
    right: -209px;
    bottom: 72px;
    font-size: 62px;
}

[data-section="our-values"] .value:nth-child(4) .icon {
    left: -203px;
    bottom: 73px;
    font-size: 57px;
}

[data-section="our-values"] .icons {
    width: 185px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

[data-section="our-values"] .icons div {
    width: 100%;
}

[data-section="our-values"] .icons .sanlam {
    width: 87%;
}

[data-section="our-values"] .icons .line {
    width: 8px;
    margin: 0 20px;
    background: #123881;
    height: 70px;
}

[data-section="our-values"] .value:nth-child(1) .title,
[data-section="our-values"] .value:nth-child(2) .title {
    transition: top 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
}

[data-section="our-values"] .value:nth-child(3) .title,
[data-section="our-values"] .value:nth-child(4) .title {
    transition: bottom 0.3s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -ms-transition: bottom 0.3s ease-in-out;
}

@media (max-width: 991px) {
    [data-section="our-values"] .background {
        background: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        height: auto;
    }
    [data-section="our-values"] .value {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 15px;
        height: auto;
        width: 80%;
        position: relative;
        justify-content: center;
        margin-bottom: 50px;
        margin: 0 auto;
    }
    [data-section="our-values"] .value,
    [data-section="our-values"] .value .title,
    [data-section="our-values"] .value .description {
        text-align: left !important;
        margin-bottom: 15px;
        width: 100%;
    }
    [data-section="our-values"] .icons {
        display: none;
    }
    [data-section="our-values"] .icon {
        display: none;
    }
}

[data-section="our-values"] i.icon-nos-valeurs-icon-Integrity {
    font-size: 122px;
    top: -26px;
    left: -18px;
}

@media (max-width:768px){
    [data-section="our-values"] .sds-image-list__title{
        margin-bottom: 0;
    }
    [data-section="our-values"] .sds-content-list-cards__text{
        margin-bottom: 30px;
        font-size: 17px;
    }
}