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

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

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

.step h4 {
    font-weight:600 !important;
    font-size:20px;
    margin-bottom:10px;
}

/*-----------------------------------------
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;
    }
    
    .plan-section .icon-title {
        margin:auto 0 auto auto;
        width: calc(100% - 100px) !important;
    }
    
    .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 {
        max-width:220px;
    }
    
}