@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {


    .card-deck {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 20px;
    }

    .main_image_container {
        background-color: black;
    }

    .article_title {
        color: #030f40;
        font-size: 2rem;
        font-weight: 900;
        line-height: 2rem;
    }

    .article_point_title p {
        line-height: 1.9rem;
        margin-bottom: 0;
        font-size: 1.6rem;
    }



    .card-img {
        width: 100%;
        max-width: 100%;
        height: 13rem;
        border-radius: 0;

    }

    .card {
        border: none;
        border-radius: 0;
        display: table-cell;
        background: linear-gradient(0deg, rgba(170, 220, 20, 1) 0%, rgba(170, 220, 20, 1) 50%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
    }

    .article_point_title,
    .article_point_title p,
    .value_title,
    .commitment_main_title,
    .benefit_title {
        color: #030f40;
        font-size: 1.5rem;
        font-weight: 900;
    }

    .commitment_title {
        color: #030f40;
        font-size: 1.2rem;
        font-weight: 900;
    }

    .article_point_description p {
        margin-bottom: 0;
    }




    .article_description,
    .article_point_description,
    .value_description,
    .commitment_description,
    .commitment_main_description,
    .benefit_description {
        color: #273064;
        font-size: 0.8rem;
    }

    .article_description p,
    .article_point_description p,
    .value_description p,
    .commitment_main_description p,
    .benefit_description p {
        color: #273064;
        font-size: 0.8rem;


    }

    .commitment_description,
    .commitment_description p {
        font-size: 0.6rem;
    }


    .article_picture {
        width: 100%;
        height: 100%;
    }

    .number {
        color: #f08214;
        font-size: 8rem;
        line-height: 9.5rem;
    }

    .blueBorder {
        border: 10px solid #030f40;
    }

    .value_main_title {
        text-align: center;
        color: #030f40;
    }


    .commitment {
        background-color: #aadc14;

    }

    .commitment_title,
    .commitment_description {
        text-align: center;
    }


    .commitment_picture {
        height: 11rem;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .border-radius {
        border-top-right-radius: 25%;
    }


    /*---------------------*/
    /* Mobile              */
    /*---------------------*/
    @media(max-width: 1023px) {

        .value_main_title,
        .commitment_main_title {
            font-size: 2.5rem
        }


        .article_title {
            color: #030f40;
            font-size: 2.5rem;
            font-weight: 900;
        }

        .article_description,
        .article_point_description,
        .value_description,
        .value_title p,
        .commitment_description,
        .commitment_main_description,
        .benefit_description {
            color: #273064;
            font-size: 1.5rem;
        }

        .article_description p,
        .article_point_description p,
        .value_description p,
        .commitment_main_description p,
        .benefit_description p {
            color: #273064;
            font-size: 1.5rem;
        }

        .article_picture {
            width: 100%;
            height: auto;
            /* margin: auto; */
        }

        .value_picture {
            max-height: 9rem;
            width: auto;
        }

        .commitment {
            min-width: 200px;
            height: 100%;
        }

        .commitment_picture {
            height: 26rem;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .border-radius {
            border-top-right-radius: 0;
        }

    }

    .card-deck .card {
        display: table-cell;

        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 10px;
        margin-left: 15px;
    }

    @media (max-width: 1200px) {
        .border-radius {
            border-top-right-radius: 0;
        }

        .card-img {
            height: 26rem;
        }

        .card-deck .card {
            display: table-cell;
            flex: 1 0 34%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 10px;
            margin-left: 15px;
        }
    }

    @media (max-width: 1023px) {

        .card-deck .card {
            display: table-cell;
            flex: 1 0 34%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 10px;
            margin-left: 15px;
        }
    }
}