.infobox_element h2 {
    margin-bottom: 2.5rem;
}

.infobox-item-image-box {width: 75px; height: 75px; border-radius: 100%;}


@media(max-width: 1200px) {
    .ce_infobox_element {
        padding: 1.5rem;
    }
}

@media(max-width: 767px) {
    .infobox_element .box_item {
        margin-bottom: 2rem;
        /*max-width: 400px;*/
    }

    .box_item_container {
        justify-content: center;
    }
}
