.info-item {
    padding: 15px;
}

.info-item h2 {
    font-size: 20px;
    display: inline-flex;
}

.info-item h2 span {
    color: #FFF;
    margin-right: 15px;
    min-width: 75px;
    line-height: 75px;
}

.info-item__content {
    text-align: center;
}

#about {
    text-align: center;
}

#about .background {
    opacity: .5;
    background-position: bottom right;

}

#about .info-item__text h1 {
    font-size: 45px;
}

#about .info-item__image img {
    margin-bottom: 30px;
}

.item-selector {
    display: none;
}