/*========================================================
                      HTML boxes
=========================================================*/
.box_html_1 h2 + p {
  margin-top: 16px;
}

.box_html_1 {
  color: #c9c9c9;
}
.box_html_1:before, .box_html_1:after {
  display: table;
  content: "";
  line-height: 0;
}
.box_html_1:after {
  clear: both;
}
.box_html_1 h2, .box_html_1 p {
  margin: 0;
}
.box_html_1 h2 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.48px;
}
.box_html_1 h2 em {
  font-style: normal;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: normal;
}
.box_html_1 p {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 7.68px;
  text-transform: uppercase;
}
.box_html_1_cnt {
  display: inline-block;
  margin-top: 59px;
  padding-left: 98px;
  width: 77%;
}
.box_html_1_cnt h2 br {
  display: none;
}
.box_html_1_aside {
  float: right;
  background-color: #f57a43;
  position: relative;
  padding: 28px 58px 22px 32px;
}
.box_html_1_aside h2 {
  color: #fff;
}
.box_html_1_aside:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 46px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 14px 0;
  border-color: transparent #fff transparent transparent;
}

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (max-width: 1199px) {
  .box_html_1_cnt {
    margin-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box_html_1_cnt {
    width: 72%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box_html_1_cnt {
    width: 63%;
  }
}
@media (max-width: 767px) {
  .box_html_1 h2 br {
    display: block;
  }
  .box_html_1_cnt {
    width: 100%;
    text-align: center;
  }
  .box_html_1_aside {
    width: 100%;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 15px;
  }
  .box_html_1_aside h2 br {
    display: none;
  }
  .box_html_1_aside:before {
    bottom: 48px;
  }
}