#purchase-flow h3{
  position: relative;
  color: #28a745;
  /*background: #28a745;*/
	border-bottom:solid 3px #28a745;
  line-height: 1.4;
  /*padding: 0.5em 0.5em 0.5em 1.8em;*/
	 margin-bottom: 80px;
}




#purchase-flow h4{
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: .5em .7em;
    overflow: hidden;
    border: 2px solid #28a745;
	background-color: #28a745;
    border-radius: 5px;
    color: #fff;
}

#purchase-flow h4:before {
    position: absolute;
    top: -50%;
    left: -30px;
    z-index: -1;
    transform: rotate(25deg);
    width:85px;
    height: 200%;
    background-color: #28a745;
    content: '';
}
#purchase-flow h4 span {
    color: #fff;
    font-size: 1.1em
}
#purchase .contact a{
  text-decoration: none;
}
@media (min-width: 768px){

}

@media (max-width: 991px){
  
}

@media (max-width: 767px){

}

@media (max-width: 575px){

}
