.step-wrapper {
  display: block;
  width: 100%;
  padding: 100px 20px;
  position: relative;
  color: #fff;
}

.step-wrapper .downArrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: inline-block;
  clear: both;
  content: "";
}

.step-wrapper .col960 {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.step-wrapper .stepNo {
  width: 150px;
  height: 183px;
  font-size: 160px;
  line-height: 150px;
  padding-top: 42px;
  text-align: center;
  display: block;
  font-family: "veneer", Arial, Verdana, sans-serif;
  font-weight: normal!important;
}

.step-wrapper.right_aligned .stepNo {
  float: left;
}

.step-wrapper .stepContent {
  width: 78.125%;
  max-width: 100%;
  display: block;
}

.step-wrapper.right_aligned .stepContent {
  float: right;
  padding-left: 30px;
}

.step-wrapper .stepContent .main_title {
  text-transform: uppercase;
  font-size: 240%;
  font-weight: 700;
}

.step-wrapper.blue_theme .main_title {
  color: #002538;
}

.step-wrapper .csm_btn {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 82%;
  font-weight: 700;
  display: inline-block;
  padding: 8px 15px;
}

.step-wrapper.blue_theme .csm_btn {
  border: 1px solid #002538;
  color: #002538;
}

.work-page .dnd-section {
  overflow: visible;
}

.step-wrapper.left_aligned .stepContent {
  float: left;
  padding-right: 30px;
}

.step-wrapper.left_aligned .stepNo {
  float: right;
}

.step-wrapper.red_theme .main_title {
  color: #D23928;
}

.step-wrapper.red_theme a.csm_btn {
  border: 1px solid #D23928;
  color: #FFF;
}

.step-wrapper.grey_theme {
  color: #66615C;
}

.step-wrapper.grey_theme .stepNo {
    color: rgb(210, 57, 40);
}
.step-wrapper.step_04.blue_theme .main_title {
  color: #799FC5;
}
.step-wrapper.step_04.blue_theme .csm_btn {
  border: 1px solid #799FC5;
  color: #FFF;
}

@media (max-width: 959px) {
 
  .step-wrapper .stepNo {
    float: none !important;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
  }

  .step-wrapper .stepContent {
    text-align: center;
    padding: 0 !important;
    float: none !important;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
  }
}