#qr .qr__image {
    width: 90%;
}

#qr .qr__image img {
    width: 100%;
}

#qr .qr__information .information__title {
    font-weight: 600;
    margin-bottom: 4px;
}

#qr .qr__information p {
    padding: 0;
    margin: 0;
}

#qr .qr__information .information__downloads {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 36px;

    display: flex;
    align-content: center;
    gap: 12px;
}

#qr .qr__information .information__downloads li a {
    display: inline-block;
    width: 140px;
    overflow: hidden;
}

#qr .qr__information .information__downloads li a img {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px){
    #qr .qr__information {
        text-align: center;
    }

    #qr .qr__information .information__downloads {
        justify-content: center;
    }
}