#header-app-link {
    background: #D1002D;
    height: 64px;
    color: white;
}

.app-text {
    height: 80%;
}

.app-text p {
    display: block;
    position: relative;
    top: 50%;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app-button > a {
    background: #FBD0D3;
    color: black;
}

@media (max-width: 320px) {
    .app-icon {
        margin: 6px 2px 6px 2px;
        float: left;
        width: 20%;
    }

    .app-icon > img {
        height: 50px;
        background: white;
        padding: 5px;
        border-radius: 5px;
    }

    .app-text {
        float: left;
        width: 50%;
        margin: 6px 0px 6px 0px;
        font-size: 9px;
        line-height: 16px;
        text-align: left
    }

    .app-button {
        float: left;
        width: 25%;
    }

    .app-button > a {
        font-size: 10px;
        width: 80px;
        height: 30px;
        border-radius: 5px;
        padding: 6px;
        margin-top: -10px;
        transform: scale(0.8);
    }

    .app-button > span {
        margin: -5px 6px 5px 0px;
        float: right;
    }
}

@media (min-width: 321px) {
    .app-icon {
        margin: 5px 0px 5px 0px;
        float: left;
        width: 20%;
    }

    .app-icon > img {
        height: 50px;
        background: white;
        padding: 5px;
        border-radius: 5px;
    }

    .app-text {
        float: left;
        width: 50%;
        margin: 5px 0px 5px 0px;
        font-size: 12px;
        line-height: 18px;
        text-align: left
    }

    .app-button {
        float: left;
        width: 30%;
    }

    .app-button > a {
        font-size: 10px;
        width: 80px;
        height: 25px;
        margin-top: 20px;
        border-radius: 5px;
        padding: 4px;
    }

    .app-button > span {
        float: right;
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .app-icon {
        margin: 5px 0px 5px 0px;
        float: left;
        width: 15%;
    }

    .app-icon > img {
        height: 50px;
        background: white;
        padding: 5px;
        border-radius: 5px;
    }

    .app-text {
        float: left;
        width: 55%;
        margin: 5px 0px 5px 0px;
        font-size: 12px;
        line-height: 18px;
        text-align: left
    }

    .app-button {
        float: left;
        width: 30%;
    }

    .app-button > a {
        font-size: 10px;
        width: 100px;
        height: 25px;
        margin-top: 20px;
        border-radius: 5px;
        padding: 4px;
    }

    .app-button > span {
        float: right;
        margin-right: 20px;
    }
}
