

.download {
    background-color: #cc1826;
    height: 48px;
    margin-bottom: 20px;
}
.download>p {
    color: #fff;
    font-size: 17px;
    line-height: 48px;
}
@media screen and (max-width: 480px) {
    .download>p {
        line-height: 30px;
    }
    .download {
        height: 60px;
    }
}

.headerImg>div>div {
    display: block !important;
}
.headerImg>div>div>img {
    width: 100% !important;
}