.about_the_center__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.125;
    letter-spacing: -0.02em;
    margin: 0 0 40px;
    color: #323232;
}
.about_the_center-cards {
    display: flex;
    flex-wrap: wrap;
}
.wrap_about_the_center-card {
    width: 25%;
}
.about_the_center-card {
    padding: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    min-height: 200px;
    margin: 5px;
    background-color: #2A2A84;
    background-position: right center;
    background-repeat: no-repeat;
}
.about_the_center-card__num {
    font-size: 54px;
    line-height: 54px;
    font-weight: bold;
}
.about_the_center-card__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about_the_center-card__desc {
    font-size: 16px;
    font-weight: normal;
    opacity: 80%;
}
.about_the_center-card_1 {
    background-color: #2A2A84;
}
.about_the_center-card_2 {
    background-color: #5136AB;
}
.about_the_center-card_3 {
    background-color: #3636AB;
    background-image: url("/local/components/ncrdo/about_center_in_numbers/templates/.default/images/about_bg_3.png");
}
.about_the_center-card_4 {
    background-color: #2D2D52;
    background-image: url("/local/components/ncrdo/about_center_in_numbers/templates/.default/images/about_bg_4.png");
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
    .wrap_about_the_center-card {
        width: 50%;
    }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .wrap_about_the_center-card {
        width: 50%;
    }
}
@media screen and (max-width: 639px) {
    .wrap_about_the_center-card {
        width: 100%;
    }
}