.header-rtext {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*overflow-x: hidden;*/
}
.header-rtext__sub-heading{
  font-size:18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.header-rtext__rtext ul{
  padding: 0;
  list-style: none;
}
.header-rtext__rtext ul li{
  padding-left:40px;
  position: relative;
}
.header-rtext__rtext ul li:before {
  content:"";
  left: 9px;
  top: 11px;
  width: 8px;
  height: 12px;
  border: solid #EE8A22;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.sales-training-award{
  text-align: center;
}
.sales-training-award img {
    bottom: -80px;
    position: relative;
}
.page-template-critical-skills .selling-award{
  padding-bottom: 0px !important;
}

@media (max-width: 1199px){
  .sales-training-award img{bottom: 0;}
}

@media (min-width: 992px) {
  .header-rtext::before {
    content: '';
    height: 230px;
    width: 230px;
    background-image: url(../../../img/pattern-crosses-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    left: -52px;
  }
  .header-rtext.bg-after::after {
    content: '';
    height: 230px;
    width: 230px;
    background-image: url(../../../img/pattern-crosses-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 50px;
    right: -52px;
  }
}

@media (max-width: 425px){
  .sales-training-award img{display: none;}
}

