.box-body {
    display: flow-root;
    padding: 7px 10px 10px 0px;
    position: relative;
}		
	.box-body .box-text {
	    width: 90%;
	    margin: auto;
	    color: #0e3c5d;
	}
		.box-body .box-text h3 {
		    color: #3a3a3a;
		    font-weight: 400;
		}
		.box-body .box-text h4 {
		    font-weight: 400;
		    margin: 0px;
	        font-size: 1.1em;
		}
		.box-body .box-text ol {
		    list-style-type: decimal;
		    -webkit-padding-start: 17px;
		}
			
	.box-body .box-link {
	    margin: 15px auto 10px auto;
	    display: block;
	    max-width: 400px;
	    width: 100%;
	    padding-top: 15px;
	}
		.box-body .box-link a {
	        background: #252525;
		    color: #ffffff;
		    line-height: 31px;
		    height: 31px;
		    border-radius: 4px;
	        width: calc(50% - 8px);
		    display: inline-block;
		    text-align: center;
		    margin-left: 3px;
		}

/* ---------------------------------------------------**** Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {


}


/* ---------------------------------------------------**** Mobile ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {

	.box-body {
	    padding: 10px;
	}

}
