.qr-container {
   text-align: center;
   background: #edf6f9;
   padding: 16px 0;
   font-family: Arial, Helvetica, sans-serif;
   /* display:inline-flex; */
}
img {
   border: 2px solid #adb5bd;
}
.qr-link-txt {
   padding-top: 10px;
}
.qr-link-txt a {
   transition: all 0.3s linear;
   text-transform: uppercase;
   text-decoration: none;
   font-weight: bold;
   color: #f77f00;
}
.qr-link-txt a:hover {
   color: #f77f00;
   opacity: 0.5;
}
.qr-txt {
   color: #6c757d;
}
.servey-title {
   color: #f77f00;
   font-weight: bold;
   font-size: 22px;
   margin-bottom: 12px;
}
