.ps-block--promotion-header {
  padding: 10px 0;
}
  
.ps-block--promotion-header p {
  margin-bottom: 0;
}

.ps-block--promotion-header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.ps-block--promotion-header .container > * {
  margin-right: 50px;
}

.ps-block--promotion-header .ps-btn {
  background-color: orange;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 20px;
}

.ps-block--promotion-header .ps-btn:hover {
  background-color: black;
  color: orange;
}

.ps-block--promotion-header .ps-block__left {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
}

.ps-block--promotion-header .ps-block__left h3 {
  line-height: 1;
  font-size: 48px;
  color: orange;
  font-weight: 300;
}

.ps-block--promotion-header .ps-block__left p {
  line-height: 1;
  font-size: 48px;
  color: orange;
  font-weight: 300;
}

.ps-block--promotion-header .ps-block__left h4 {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  color: orange;
}

.ps-block--promotion-header .ps-block__left figure {
  padding-left: 20px;
}

.ps-block--promotion-header .ps-block__center span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: orange;
}

.ps-block--promotion-header .ps-block__right span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: orange;
}

@media (max-width: 1199px) {
  .ps-block--promotion-header {
    display: none;
  }
}