@media screen and (min-width : 240px) and (max-width : 640px){

#content-wrapper {
    width: 100%;
    text-align: center;
    padding: 60px 0 60px 0;
}

#content-text {
    display: block;
    border-top: 6px solid #3493b7;
    border-left: none;
    padding: 20px 0 0 20px;
    text-align: left;
    height: 250px;
    vertical-align: top;
    margin: 20px auto;
    width: 80%;
}

#content-text h3 {
    font-size: 70px;
}

}