#content-wrapper {
    width: 1000px;
    padding: 200px 0;
    margin: 0 auto;
}

#content-text {
    display: inline-block;
    border-left: 6px solid #3493b7;
    padding-left: 20px;
    text-align: left;
    height: 250px;
    vertical-align: top;
    margin: 20px;
}

#content-text h4 {
    font-family: "Bebas Neue";
    font-size: 30px;
    color: #216b85;
    letter-spacing: 10px;
    margin: 0;
}

#content-text h3 {
    font-family: "Bebas Neue";
    font-size: 77px;
    line-height: 70px;
    font-weight: lighter;
    color: #3493b7;
    margin: 0;
}

#content-text div {
    font-family: "Roboto Slab";
    font-size: 18px;
    color: #9cafb1;
}

#content-text div a {
    color: #9cafb1;
}