.summary {
    text-align: center;
}

.summary h2 {
    margin: 50px 0;
}

.summary-main {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
}


.box-icon {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #121519;
}

.summary-main.white .box-icon {
    color: #FFFFFF;
}

.box-icon p {
    margin-top: 15px;
    opacity: .3;
}

.box-icon.active p {
    opacity: 1;
}

