.cogo-qr-code-container {
 display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
    -ms-flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 450px) {
  .cogo-qr-code-container {
     flex-direction: column;
    -ms-flex-direction: column;
  }
  
  .cogo-qr-code-container a {
    width: 100%;
    text-align: center;
  }
  
  .cogo-qr-code-container a:first-child{
    margin-bottom: 15px;
  }
}

.text-section ._title{
  margin-bottom:2rem;
}
.text-section ._content>h6{
  margin-bottom:1rem;
}
.text-section ._content h6{
  font-weight:300;
}
.text-section ._content strong{
  font-weight:500;
}
.text-section ._cta{
  padding-top:30px;
}
.text-section ._border-bottom{
  border-bottom: 1px solid #585C64;
}
.additional-row ._col{
  padding:10px;
.additional-row ._col p{
  margin-top:10px;
  margin-left:5px;
  margin-right:5px;
}
@media (max-width:767px){
  .text-section ._title{
    margin-bottom:1.5rem;
  }
}