.block-title-section {
  margin-top: 66px;
  margin-bottom: 36px;
}

h2.border,
.block-title-section h2 {
  font-family: 'Open Sans Bold', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 105%;  
  color: #9B288C;
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin: 0 0 20px;
}

.block-title-section h3 {
  font-family: 'Knockout HTF49-Liteweight', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 105%;
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin: 0;
}
.block-title-section h4 {
  font-family: 'Knockout HTF49-Liteweight', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 105%;
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin: 0;
}
.block-title-section h5 {
  font-family: 'Knockout HTF49-Liteweight', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 105%;
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin: 0;
}


.block-title-section h2:after {
  content: '';
  height: 8px;
  background: #ffcb03;
  flex-grow: 1;
  margin-bottom: 8px!important;
  margin-left: 8px;
}

.block-title-section h3:after {
  margin-bottom: 7px;
  content: '';
  height: 8px;
  background: #ffcb03;
  flex-grow: 1;
  margin-left: 8px;
}

.block-title-section h4:after {
  margin-bottom: 7px;
  content: '';
  height: 3px;
  background: #ffcb03;
  flex-grow: 1;
  margin-left: 8px;
}
.block-title-section h5:after {
  margin-bottom: 7px;
  content: '';
  height: 3px;
  background: #ffcb03;
  flex-grow: 1;
  margin-left: 8px;
}
.block-title-section h2.no-line,
.block-title-section h3.no-line,
.block-title-section h4.no-line,
.block-title-section h5.no-line{
  display: block;
}

.block-title-section .block-content {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  flex: none;
  order: 1;
  flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .block-title-section .block-content {
    line-height: 140%;
  }
  .block-title-section h2 {
    font-size: 52px;
  }
  .block-title-section h3 {
    font-size: 36px;
  }
  .block-title-section h4 {
    font-size: 24px;
  }
}
.block-title-section h2.without-line:after {
  display: none;
}

.section-qr-code {
  padding: 30px 15px 30px;
}

.section-qr-code .block-qr {
  display: flex;
  margin: auto;
  max-width: 650px;
  align-items: center;
  justify-content: center;
}

.image-qr-wrapper {
  margin-right: 24px;
}

.image-qr-wrapper img {
  display: block;
  width: 160px;
  height: 160px;
}

.border-qr1,
.border-qr2 {
  position: relative;
  width: 160px;
  height: 160px;
}

.border-qr1:before,
.border-qr1:after,
.border-qr2:before,
.border-qr2:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 4px solid #9B288C;
  content: ' ';
}

.border-qr1:before {
  top: 4px;
  left: 4px;
  border-width: 4px 0 0 4px
}

.border-qr1:after {
  top: 4px;
  right: 4px;
  border-width: 4px 4px 0 0
}

.border-qr2:before {
  bottom: 4px;
  right: 4px;
  border-width: 0 4px 4px 0
}

.border-qr2:after {
  bottom: 4px;
  left: 4px;
  border-width: 0 0 4px 4px
}

.section-qr-code .content-wrapper {
  min-width: 337px;
}

.section-qr-code .content-wrapper .qr-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #333333;
  margin-bottom: 12px;
}

.section-qr-code .content-wrapper .qr-description p {
  margin-bottom: 0;
}

.section-qr-code .content-wrapper .qr-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  margin-bottom: 12px;
}

.section-qr-code a.btn-download-qr {
  padding: 18px;
  background: #9B288C;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  max-width: 337px;
}

.section-qr-code a.btn-download-qr:hover {
  text-decoration: none;
  background: #7C2070;
}

@media (max-width: 576px) {
  .section-qr-code .block-qr,
  .section-qr-code {
    max-width: 500px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .image-qr-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-qr-code .content-wrapper {
    min-width: unset;
    width: 100%;
    text-align: center;
  }
}
