@media only screen and (max-width : 480px) {
    body {
        padding-bottom:20px;
    }
    .wrapper {
        padding:0 24px;
    }
    h1 {
        font-size:36px;
        line-height:36px;
        margin:45px 0;
        color:#434C5D;
    }
    p {
        margin:15px 0;
        font-size:16px;
        line-height:23px;
    }
    h3 {
        margin-top:35px;
        margin-bottom:15px;
        font-size:18px;
        line-height:21px;
    }
	ol {
		margin:15px 0;
        font-size:16px;
        line-height:23px;
	}
	table {
		margin:15px 0;
        font-size:16px;
        line-height:23px;
		width: 80%;
		margin: auto;
		border-collapse: collapse;
	}
	thead {
		background-color: #f5f5f5;
	}
}