a {
    text-align: center;
}

body {
    text-align: center;
}

.about {
    padding: 60px 0 15px 0;
    position: relative;
    text-align: center;
}

.about .row {
    margin-bottom: 30px;
}

.about img {
    width: 100%;
}

.about h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
}

.about h4 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.about p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.about a {
    display: inline-block;
    padding: 6px 20px;
    color: #0075fa;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #0075fa;
}

.about a:hover {
    color: #ffffff;
    background: #0075fa;
}

p {
    font-size: larger;
    text-decoration: wavy;
}

a {
    font-size: large;
    text-decoration: underline;
}