/* import file for a variety of colors */
/* various useful variables and mixins */
.split-equal .title { text-align: center; margin-bottom: 4rem; }

@media (max-width: 690px) { .split-equal .title { margin-bottom: 1rem; } }

.split-equal .content { display: flex; justify-content: space-evenly; flex-wrap: wrap; }

.split-equal .content p { display: flex; flex-direction: column; align-items: center; text-align: center; white-space: pre; word-break: break-word; line-height: 1.4; margin: 1rem; }

.split-equal .content img { margin-bottom: 0.5rem; display: block; max-width: 140px; max-height: 140px; width: auto; height: auto; }

@media (max-width: 690px) { .split-equal .content .icon { max-width: 50%; max-height: 50%; } }

@media (max-width: 690px) { .split-equal .content .icon-2 { max-width: 5rem; max-height: 5rem; } }

/*# sourceMappingURL=split_equal.css.map */