.loamSteps_wrap {
  position: relative;
  display: block;
  width: 100%;
}
.loamSteps_wrap .show-hide{
  position:  relative;
}
.loamSteps_wrap h1 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #333;
  font: normal 34px 'Open Sans', Helvetca, Arial, sans-serif;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.015em;
  font-size: 30px;
  text-align: center;
}

.loamSteps_wrap h2 {
  margin: 0 0 18px 0;
  padding: 0;
  color: #333;
  font: normal 29px 'Open Sans', Helvetca, Arial, sans-serif;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-size: 18px;
  text-align: center;
}

.loamSteps_wrap .columns {
  margin: 30px -15px;
  font-size: 0;
}

.loamSteps_wrap .col {
  display: inline-block;
  margin: 0 0 20px;
  font-family: 'Open Sans', Helvetca, Arial, sans-serif;
  font-size: 13px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  line-height: 20px;
  width: 50%;
  padding: 0 15px;
}

.loamSteps_wrap .box-default {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
  padding: 26px 30px;
}

.loamSteps_wrap .box-default > p {
  color: #52ac47;
  font-size: 18px;
  line-height: 24px;
}

.loamSteps_wrap .box-default > h4 {
  margin: 0 0 14px 0;
  padding: 0;
  color: #333;
  font: bold 18px 'Open Sans', Helvetca, Arial, sans-serif;
  font-weight: 600;
  line-height: 26px; 
  font-size: 19px;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 14px;
}

.loamSteps_wrap .box-default > h4 strong {
  font-weight: 700;
}

.loamSteps_wrap .show-hide p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.loamSteps_wrap .show-hide a.btn {
  font: 14px 'Open Sans', Helvetca, Arial, sans-serif;
  line-height: 34px;
  text-decoration: none;
  border: none;
  text-transform: capitalize;
  border-radius: 2px;
  margin-right: 7px;
  transition: all 0.15s ease-out 0s;
  display: inline-block;
  height: 34px;
  padding: 0 13px;
  background: #d8d8d8;
  color: #444;
  margin-top: 13px;
  cursor: pointer;
}

.loamSteps_wrap .show-hide a.btn:hover { 
  background: #ccc;
}
.loamSteps_wrap hr.divider-md {
  width: 50%;
}




@media (max-width: 940px) {
  .loamSteps_wrap .col {
    padding: 0 10px;
  }

}

@media (max-width: 940px) {
  .loamSteps_wrap .columns {
    margin: 30px -10px;
  }
}
@media (max-width: 800px) { 

}

@media (max-width: 600px) { 
  .loamSteps_wrap .col {
    width: 100%;
  } 
}

@media (max-width: 480px) {
  .loamSteps_wrap .show-hide a.btn {
    margin-bottom: 12px;
  }

}
@media (max-width: 399px) {
  .loamSteps_wrap hr.divider-md {
    width: 100%;
  }
}




