.intro a {
    color: white;
}
.intro {
    background-color: #315b97;
    color: white;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.psps-icon img {
    padding: 1em;
    max-width: 90px;
    text-align: center;
    margin: auto;
}

.box-item {
    padding: 10px 0px;
}

.box-item:nth-child(even) {
    background-color: #ffffff;
}

.box-item:nth-child(odd) {
    background-color: #f1f1f1;
}
