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

#content {
    min-height: 675px !important;
}

#content-wrapper {
    width: 100%;
    padding-top: 50px !important;
}

#content-header h3 {
    font-size: 20px;
    padding: 5px 0;
}

#content-header h2 {
    font-size: 42px;
    padding: 0 70px;
    line-height: 1;
}

.mobile-image {
    display: block;
    margin: 0 auto;
}

.desktop-image {
    display: none;
}

#content-text {
    font-size: 14px;
    padding: 0px 30px;
    line-height: 1.8;
    margin: 0;
}

.enterpriseSMSsolutions, .directResponse {
    display: block !important;
    width: 210px;
    padding: 14px 30px !important;
    margin: 10px auto;
    font-size: 14px !important;
    
}

.directResponse {
    margin-top: 25px;
}

}