.lead-page {
  background: #fff url("../img/seo-audit-bg.png") center/cover no-repeat; }
  .lead-page .section-title > span {
    padding: 0 10px;
    color: #fff;
    background: #e95c25; }
  .lead-page .section-subtitle:before, .lead-page .section-subtitle:after {
    display: none; }

.lead-seo-form h3 {
  line-height: 1.3; }

.text-cta {
  font-size: 28px;
  background: #e95c25;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 5px 9px;
  text-align: center; }
  .text-cta:after {
    content: url(../img/line_with_arrow.svg);
    position: absolute;
    display: block;
    width: 25%;
    bottom: 35px;
    right: -28%;
    -webkit-transform: scale(1, -1) rotate(30deg);
        -ms-transform: scale(1, -1) rotate(30deg);
            transform: scale(1, -1) rotate(30deg); }

.lead-page-tech .section-seocomplaint .section-subtitle > span {
  padding: 3px 15px;
  color: #fff;
  background: #e95c25; }

.lead-page-tech .section-seocomplaint .text-box {
  background: #fff;
  font-size: 20px; }

.lead-page-tech .section-seocomplaint .icon-1:after {
  background: url("../img/xml_18893.png") center/cover no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

@media screen and (max-width: 991px) {
  .lead-page {
    padding-top: 57px; }
  .text-cta:after {
    display: none; } }
