/* CAROUSEL */ .carousel_box { display: flex; flex-direction: column; justify-content: space-between; align-items: center; margin-right: 24px; margin-left: 24px; height: 122px; } .carousel_img, .carousel_box svg { padding: 8px; width: 90px; height: 90px; /* text-align: center; */ } .carousel_box svg { fill: var(--ifm-font-color-base); } .carousel_title { display: flex; justify-content: center; }