/* -- This is the place to add your own style modifications without touching the original styles -- */
.promo-area {
  padding-bottom: 20px;
}


.logo-header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logo-header-wrapper img {
  max-width: 100%;
}
.logo-header-wrapper .col {
  padding: 15px;
  width: 33.33%;
}
.logo-header-wrapper .col:first-child {
  padding-left: 0;
}
.logo-header-wrapper .col:last-child {
  text-align: right;
  padding-right: 0;
}
.logo-header-wrapper .col-2 {
  width: 76.66%
}
.text-right {
  text-align: right;
}
