.pillars--ImageBox img {
    width: 100%;
    border-radius: 34px;
}

.pillars--Outerbox {
    text-align: center;
    background: #DBDBDB;
    padding: 20px 50px 50px;
    border-radius: 20px;
}

.pillars--Outerbox h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bottom--Pointers {
    display: flex;
    justify-content: space-evenly;
}

.bottom-pillar-title {
    width: 100%;
    text-align: center;
}

.bottom-pillar-title h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--primary-color);
}