.about {

}

.about > h2 {
    font-weight: bold;
    letter-spacing: 1px;
    cursor: default;
    color: #E32B56;
}

.about > hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid #eee;
}

.about > .text {
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: default;

}


