﻿.about-text {
    text-align: left;
}

.pillar {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pillar h5, .pillar p {
    color: black;
}

.pillar p {
     font-size: 10px;
     margin: 0;
}

.pillar h5 {
    font-size: 14px;
}

.pillar img {
    width: 30%;
}