.c-about-title {
    font-size: 18px;
    letter-spacing: 4px;
    margin-top: 20px;
    color: rgba(255,255,255,.6);

}

.c-about-subtitle {
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: #FFF;
}

.c-about-paragraph {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
    color: rgba(255,255,255,.6);
}

.c-about-img {
    width: 100%;
}