.plan-section .icon {
    max-width:70px !important;
    margin:auto;
}

.plan-section .icon-title {
    max-width:180px;
    margin:auto;
}

.plan-section .step {
    max-width:400px;
    margin-left:auto;
    margin-right:auto;
}

.step h4 {
    font-weight:600 !important;
}

/*-----------------------------------------
MOBILES 767 (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width: 767px) {
	
    .plan-section .step-icon-wrapper {
        width:80px !important;
        display:inline-block;
	margin-left:auto;
    }
    
    .plan-section .icon-title {
        margin:auto auto auto 0;
        width:calc(100% - 100px) !important;
	display:inline-block;
	max-width:85px;
    }

    .step2 .icon-title {
	margin-top:1.1em;
    }
    
    .plan-section .step {
        max-width:300px;
        margin-left:auto;
        margin-right:auto;
    }
    
    .plan {
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
    }
    
}

/*-----------------------------------------
MOBILES 479px (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width: 479px) {
    
    .plan-section .icon-title {
    }
    
}