.hero {
    background: url(/home/images/hero-background.png) top center no-repeat #101820;
    background-size: 100% auto ;
}

.hero .icon_area {
    max-width: 275px;
}

.download {
    background: #faf8f2 url(/home/images/download-background.png) center / 100% 100% no-repeat;
}

.download .app_area img {
    max-width: 130px;
}
.content_area .content {
    max-width: 910px;
}

.icon_section {
    max-width: 910px;
}

.icon_section img {
    max-width: 60px;
}

@media (max-width: 767px) {
    .content_area .content p br,
    .hero .text_area br {
        display: none;
    }
    .download .app_area img {
        max-width: 100px;
    }
    .icon_section img {
        max-width: 40px;
    }
    .hero .icon_area {
        max-width: 140px;
    }
    .hero {
        background: url(/home/images/hero-bg.png) top center no-repeat #101820;
        background-size: 100% auto ;
    }
}
