@import url('../fonts/avinar/stylesheet.css');
*, body {
    line-height: 16px
}
.logo {
    text-align: center;
    width: 100%;
    padding-bottom: 54px;
}

img.logoimage {
    width: 280px;
    height: 53.73px;
}
.qr-warpper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
img.set-bg-image {
    background-image: url(/assets/images/BgKindly.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
}
.logo-content-wrap {
    max-width: 259px;
 
}
.img-set {
    text-align: right;
}
.content {
    font-family: avenir_regularregular;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%;
    color: var(--Brand-Primary-Dark, #222);
    text-align: center;
    width: 259px;
}
.QRcode {
   
    max-width: 100%;
}
.logo-title {
    color: #000;
    font-family: avenir_regularregular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-top: 16px;
}
#qrCodeContainer {
    text-align: center;
}