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

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

#content-wrapper-1 {
    width: 100%;
    padding: 95px 0 125px 0;
}

#content-wrapper-2 {
    width: 100%;
}

.directResponseUSA, .directResponseInternational {
    padding: 13px 10px !important;
    width: 273px;
}

#dr-left, #dr-right {
    display: block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

#dr-left h2 {
    font-size: 60px;
    line-height: 60px;
}

#dr-left div {
    font-size: 16px;
    margin: 0 10px;
    width: auto;
}

#dr-right {
    padding: 20px 0;
}

#background-pointer {
    width: 100%;
    background: none;
    
}

#content-2-summary {
    width: 100%;
    font-size: 16px;
    
}

.desktop-phone {
    display: none;
}

.mobile-phone {
    display: block;
}

#content-2-text {
    width: auto !important;
    text-align: center;
    padding: 0 10px !important;
}

#content-2-header {
    width: 100%;
    border: none;
}

#content-2-header h3 {
    font-size: 24px;
    border-top: dotted 3px #3493b7;
    border-bottom: dotted 3px #3493b7;
    padding: 10px 0;
    margin: 0 10px;
    width: auto;
}

#campaign-wrapper {
    width: 100%;
    text-align: center;
}

.campaignblock {
  margin: 0 0 !important;
  padding: 0 !important;
  width: 50% !important;
}

.campaignblock img {
    padding-top: 15px !important;
}

#campaign-text {
    width: 100% !important;
    font-size: 16px;
}

#campaign-wrapper .campaignblock:nth-child(4n+3) {
    background-color: #dadada;
}

#campaign-wrapper .campaignblock:nth-child(4n) {
    background-color: #e9e9e3;
}

}