/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Divi child theme for Itrezzo
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

div.c-badges-row {
    display: flex;
    justify-content: center;        
    padding: 10px;
}

div.c-badges-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
}
@media (max-width: 600px){
    div.c-badges-col {
        padding: 10px;
    }
}