.app-download {
    /* height: 500px; */
    /* width: 100%; */
  }

.app-container {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding: 16px;
}

.app-flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
}


.app-container h1 {
    margin-top: 0;
}

.app-section-img {
    display: flex;
    width: 60%;
    height: 500px;
    background-image: url(../images/iphone-mockup.webp);
    background-repeat: no-repeat;
    background-position: left;
}

.app-section-quote {
    width: 40%;
}

@media screen and (max-width: 900px) {
    .app-flexbox {
        flex-direction: column;
    }

    .app-section-img {
        width: 100%;
        height: 250px;
    }

    .app-section-quote {
        width: 100%;
    }

}

.quote-content {
    display: flex;
}

.app-logo img {
    width: 80px;
    height: 80px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.app-quote {
    display: block;
    color: #eaecef;
    font-size: 1.2rem;
    line-height: 2rem;
}

.qr-content {
    display: flex;
    gap: 25px;
}

.app-qr {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.app-qr .download-qr {
    width: 7rem;
    height: 7rem;
    border: 0.1rem solid #181a20;
    border-radius: 0.5rem;
}

.qr-platform {
    font-size: 0.9rem;
    color: #999a9c;
    line-height: 1.3rem;
    display: flex;
    background-color: #181a20;
    margin: 10px 0;
    padding: 5px;
    justify-content: center;
    border-radius: 15px;
}

.qr-platform i {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #999a9c;
    margin-right: 10px;
}

.qr-instruction {
    font-size: 0.8rem;
    color: #eaecef;
}

.qr-instruction i {
    margin-right: 5px;
}

.highlight {
    color: #fcd535;
    font-weight: 700;
}
