.cw-contents {
  overflow: hidden;
}

.cw-contents .text-3 {
  max-width: 780px;
  margin-bottom: 60px;
}

.cw-contents .contents-holder {
  border-top: solid 2px #212020;
  padding-bottom: 40px;
  padding-top: 20px;
}

.cw-contents .page-center {
  max-width: 1220px !important;
  padding: 0 20px;
  margin: 0 auto;
}

.cw-contents .row .col {
  padding: 0 0 30px;
}
.cw-contents .row .col.double_text_col .text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cw-contents .row .col.double_text_col .text-wrapper .text {
  width:calc(100%/ 2 - 30px);
}
.cw-contents .row .col.double_text_col .text-wrapper .text ul {
  padding:0;
  margin:0;
}
.cw-contents .row .col .cstm-heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 1.68px;
} 

.cw-contents .row .col.image {
  text-align: center;
}

.examples-logo .cw-contents .row .col.image {
  min-width: 340px;
}

.cw-contents .row .col.image img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.cw-contents h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
  padding-left: 78px;
  margin: 0 0 30px;
}

.cw-contents .counter {
  position: absolute;
  left: 0; top: 0;
  font-size: 42px;
  font-weight: 600;
}

.cw-contents p {
  margin: 0 0 15px;
}

.cw-contents ul {
  margin: 0 0 10px 30px;
  padding: 0;
  list-style: none;
}

.cw-contents ul li {
  padding-left: 22px;
  padding-bottom: 15px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.cw-contents ul li strong{
  font-weight: 700;
}


.cw-contents ul li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ec9876;
}

.btn-center {
  text-align: center;
}

.back-to-top {
  text-transform: uppercase;
  text-decoration: underline;
  color: #636362;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.5;
  font-weight: 600;
}
.ahc .cw-contents  .contents-holder{
  padding-bottom: 15px;
}

.cw-contents .contents-holder .col h2 {
  padding: 0;
  margin: 0 0 30px;
}
.cw-contents .contents-holder .col p {
  line-height: 28px;
}
.cw-contents p a, .cw-contents ul a {
  text-decoration: underline;
  color: #212020;
}
@media (min-width: 768px) {


  .cw-contents ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .cw-contents .contents-holder {
    border-top: solid 3px #212020;
    padding-top: 44px !important;
    padding-bottom: 50px;
  }

  .cw-contents .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }

  .cw-contents .row.revert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cw-contents .row .col {
    padding: 0 15px 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cw-contents .row .col.image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
  }

  .cw-contents h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 50px;
    padding-left: 128px;
  }

  .cw-contents .counter {
    font-size: 72px;
  }

  .cw-contents p {
    margin: 0 0 22px;
  }

  .cw-contents ul li {
    padding-left: 26px;
  }

  .cw-contents ul li:before {
    width: 8px;
    height: 8px;
  }

  .btn-center {
    padding-top: 40px;
  }
}

@media (min-width: 1024px) {
  .cw-contents .contents-holder {
    padding-bottom: 120px;
  }
  .no-sb .cw-contents .contents-holder {
    padding-bottom: 0;
    margin-bottom: 0
  }

  .examples-logo  .cw-contents .contents-holder {
    padding-bottom: 22px;
  }
  .cw-contents .row {
    margin: 0 -25px;
  }

  .cw-contents .row .col {
    padding: 0 25px 45px;
  }
  .examples-logo .cw-contents .row .col{
    padding-bottom: 35px;
  }

  .cw-contents .row .col.image {
    max-width: auto;
  }
  .cw-contents ul li {
    padding-bottom: 27px;
  }
  .ahc .cw-contents  .contents-holder{
    padding-bottom: 40px;
  }

}

}
@media (min-width: 1366px) {
  .cw-contents h1 {
    line-height: 86px;
    font-size: 72px;
  }
}

@media (max-width: 1199px) {
  .cw-contents h1 {
    line-height: 70px;
    font-size: 55px;
  }
}

@media (max-width: 1023px) {
  .cw-contents h1 {
    line-height: 50px;
    font-size: 42px;
  }
  .cw-contents .contents-holder .col h2 br{
    display: none;
  }
}
@media (max-width: 767px) {
  .cw-contents .row .col.double_text_col .text-wrapper {
    justify-content: center;
    flex-direction: column;
  }
  .cw-contents .row .col.double_text_col .text-wrapper .text {
    width: 100%;
  }
  .cw-contents .row .col.double_text_col .text-wrapper .text1 {
    margin-bottom: 10px;
  }
}