.inner {
	background:white;
	box-shadow:10px 10px 15px rgba(0, 0, 0, 0.5);
	padding:20px;
}

.inner img {
	width:100%;
}

.inner .btn {
    bottom: 60px;
    position: absolute;
}

h2, .title-h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
}

section {
    padding-top: 60px;
    padding-bottom: 30px;
}

section p, section ul li {
    font-size: 10pt;
}

strong {
	display:block;
	width:100%;
	margin-bottom:10px;
}

ol {
	margin-left: -20px;
}