.customer-styles {
  /* START article: header */
  /* END article: header */
}

.customer-styles .template_header {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}

.customer-styles .template_header .header-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .customer-styles .template_header .header-container {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_header .header-container {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_header .header-container {
    padding: 28px 50px;
  }
}

.customer-styles .template_header .content-right {
  padding: 14px 0;
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: var(--theme-primary);
  color: #fff;
}

@media (min-width: 768px) {
  .customer-styles .template_header .content-right {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_header .content-right {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_header .content-right {
    width: unset;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_header .content-right {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_header .content-right {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_header .content-right {
    color: currentColor;
  }
}

.customer-styles .template_header .content-right p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .customer-styles .template_header .content-right p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_header .content-right p {
    letter-spacing: 0.32px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_header .content-right p {
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_header .content-right p {
    text-align: left;
  }
}

.customer-styles .template_header .content-left .image-container {
  max-width: 130px;
}

.customer-styles .template_header .content-left .image-container .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
