.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.v3 .contents-holder {
  border-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.cw-contents.v3 .contents-holder .row {
  padding-bottom: 40px;
  padding-top: 30px;
  position: relative;
}
.cw-contents.v3 .contents-holder .row:before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  height: 3px;
  width: 100%;
  background: #EC9876;
  transform: translateX(-50%);
}
.cw-contents.v3 .contents-holder .cstm-btn{
  width: 270px;
  height: 49px;
  font-size: 18px;
  line-height: 17px;
}
.cw-contents.v3 .contents-holder .cstm-btn:hover{
  color: #FFEFE2;
  background: #212020;
}
.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 .cstm-heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
} 

.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 h3 {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  padding-left: 78px;
  margin: 0 0 30px;
}

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

.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 h3 {
  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.v3 .contents-holder .cstm-btn{
    width: 350px; height: 62px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #212020;
    border-radius: 40px;
    padding: 10px;
    color: #212020;
    transition: all 0.5s ease;
    font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
    font-size: 24px;
    line-height: 16px; 
  }

  .cw-contents ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .cw-contents.v3 .contents-holder .row:before {

    width: calc(100% - 53px);
  }

  .cw-contents .contents-holder {
    border-top: solid 3px #212020;
    padding-top: 44px !important;
    padding-bottom: 30px;
  }
  .cw-contents.v3 .contents-holder {
    border-top: 0;
    padding-top: 0 !important;
    padding-bottom: 0;
  }

  .cw-contents.v3 .contents-holder .row {
    padding-top: 72px !important;
    padding-bottom: 47px;
  }

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

  .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 h3 {
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 84px;
    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;
  }
  .cw-contents.v3 .contents-holder {
    padding-bottom: 82px;
  }
  .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 h3 br{
    display: none;
  }
}