.otherFeaHead {
    font-size: 20px;
    margin: 20px 0;
    line-height: 24px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}
.otherFeaCol1 {
    margin: 0 2% 10px 0;
    width: 46%;
    float: left;
}
.otherFeaCol2 {
    margin: 0 0 10px 2%;
    width: 46%;
    float: left;
}
.otherFeaCol1 h4, .otherFeaCol2 h4 {
    font-size: 16px;
    margin: 0;
    border-bottom: 1px dashed #ddd;
}
.otherFeaCol1 p, .otherFeaCol2 p {
    margin: 15px 0;
    line-height: 20px;
    font-size: 12px;
}

@media screen and (max-width: 500px) {
.otherFeaCol1, .otherFeaCol2 {
    width: 100%;
    float: none;
    margin: 20px 0;
}
}