.didyouknow{
	background-image:url('images/skull_usb.png');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.small_paragraph {
	background-color:#2B2B21EE;
	font-family: Arial;
	color: #FFF;
	position:relative;
	left:-2rem;
	text-align:justify;
	margin: auto;
	font-size: 1.2rem;
	line-height: 1.7rem;
	letter-spacing: 0.015em;
	width:calc(100% - 0rem);
	padding: 2rem 2rem;
}
.small_paragraph i {float:left;font-size: 2.4rem;margin-right:.5rem;}
.rates{width:80%;margin:auto;text-align:center}
.rates table{text-align:left;width:100%;border-collapse:collapse;margin-top:.4rem;}
.rates table tr td{border:1px solid #000;padding:.4rem;color:#FFF;background-color:#887;}
.rates table tr td:nth-child(2){width:92px;}

@media only screen and (orientation: landscape) and (min-width: 800px) {
	.rates table{margin:.4rem auto 0rem auto;width:80%;}
	.rates table tr td{padding:.6rem;}
	.rates table tr td:nth-child(2){width:140px;}
	.small_paragraph {
		width:calc(100% - 2rem);
		padding: 3rem 3rem;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1000px) {
	.rates table{margin:.4rem auto 0rem auto;width:60%;}
	.rates table tr td{padding:.6rem;}
	.rates table tr td:nth-child(2){width:140px;}
	.small_paragraph {
		width:calc(100% - 8rem);
		padding: 4rem 6rem;
		font-size: 1.4rem;
		line-height: 1.7rem;
		letter-spacing: 0.02em;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1200px) {
	.didyouknow{
		border-top:2rem solid #ecece4;
		border-bottom:2rem solid #ecece4;
	}