#mobile-features {
    background-color: #f6f6f6;
}
#mobile-features .detailed_icon{
    margin-top: 10px;
}
#mobile-features h4{
    font-weight: normal;
    margin-bottom: 20px;
}

.mobile-title{
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    font-weight: 100;
    display: block;
}
.mobile-title-desc {
    font-size: 17px;
}
.mobile-header {
    background: url("../images/pages/mobile-top-header.jpg") no-repeat scroll center top;
    background-size: cover;
    height: 530px;
    color:#fff;
    font-size: 18px;
    background-color: #0E1319;
}
.mobile-header h2{
    margin-top: 110px;
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: 100;
    display: block;
}
.available_on{
    margin-bottom: 140px;
}
.available_on h1{
    margin-bottom: 50px;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    font-weight: 100;
    display: block;
}
.available_on h4{
    font-size: 17px;
    margin-top: 70px;
    font-weight: 100;
    margin-bottom: 20px;
}
.available_on img{
    padding: 10px;
}
.section-container {
    padding-top: 120px;
}
.features-section-container {
    padding-top: 120px;
    background-color: #F6F6F6;
    padding-bottom: 120px;
}

@media  (max-width: 768px) {
    .mobile-header {
        background-position: 0px;
    }
}
@media  (max-width: 360px) {
    .mobile-header h2{
        margin-top: 50px;
        font-size: 36px;
        line-height: 36px;
    }
}