.service-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: block;
    font-family:  "Source Sans Pro", sans-serif;
    display: flex;
    color: black;
}

.service-btn:focus {
    outline: none;
}

.service-btn .box {
    padding-bottom: 3em !important;
}

.box.special p {
    font-weight: 300;
    font-size: 1.2em;
    margin: 10px;
    max-width: 540px;
}

.box.special ul {
    font-weight: 300;
}

.box.special ul li {
    list-style: none;
    text-align: left;
    margin-bottom: 1em;
    font-size: 1.2em;
}

.row.flex-justified {
    display: flex;
    justify-content: space-around;
    margin: 1.5em 0;
    width:100%
}

.row.flex-justified .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 5px;
}

.row.flex-justified .col .num {
    font-size: 2em;
}
#about {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about p {
    text-align: center;
}