*,
*:after,
*:before {
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
    overflow-y: scroll;
	margin: 0;
	font-family: 'Fira Mono', monospace;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #cecece;
	color: #545953;
	cursor: default;
}
.back__info {
	position: absolute;
    width: 260px;
	height: 100px;
	-webkit-transform: rotate(90deg) translate(100px,-90px);
    transform: rotate(90deg) translate(100px,-90px);
    text-align: left;
    right: 0;
    font-size: 40px;
    font-family: serif;
    font-weight: 600;
    -webkit-text-stroke: 1px rgba(84, 89, 83, 0.8);
    text-stroke: 1px rgba(84, 89, 83, 0.8);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info1 {	
	top: 0;
}
.info2 {
    top: 290px;
}
.info3 {
    top: 580px;
}
.info4 {
    top: 870px;
}
.container {
    position: relative;
    max-width: 800px;
	width: 100%;
    margin: 20px auto 0;
}
.deco {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 160px;
}
.text__container {
	position: absolute;
	width: 100%;
    margin-top: 70px;
    background-color: #fff;
    padding: 30px 50px 50px;
    margin-bottom: 40px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.price__table {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content:center;
	-webkit-align-content: center;
	align-content: center;
	margin: 20px 70px;
}
.container p {
	font-size: 0.9em;
}
.container ol {
	font-size: 0.9em;
	list-style-type: disc;
}
.container table {
	width: 100%;
	margin-bottom: 1em;
	table-layout: fixed;
	font-size: 0.9em;
	text-align: left;
}
.container table td:nth-child(1) {
	width: 120px;
}
.container a {
	text-decoration: none;
	outline: none;
	color: #767980;
	border-bottom: 1px dashed #767980;
	word-wrap: break-word;
}
.bold--text {
	font-weight: 500;
}
.center--text {
	text-align: center;
}
.price_container {
	position: relative;
	width: 300px;
	height: fit-content;
	margin: 20px; 
	border: 0;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 15px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 0 15px 25px rgba(0,0,0,.1);
}
.price_header {
	width: 100%;
	height: auto;
	background-color: #598986;
	color: #eaf2ef;
	padding: 6px;
	font-size: 18px;
	letter-spacing: 3px;
	text-align: center;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 16px;
}
.price_container h5 {
	margin: 6px 0;
	font-size: 42px;
	text-align: center;
}
.price_container .plan_price {
	color: #ffc107;
}
.upper_sub {
    position: relative;
	vertical-align: top;
    right: -6px;
    font-size: 24px;
    color: #ffc107;
}
.low_sub {
    position: relative;
    vertical-align: bottom;
    bottom: 8px;
    font-size: 14px;
}
.pricing__list {
	margin: 0;
    padding: 0 10px 20px;
    list-style: none;
    text-align: center;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
}
.pricing__feature {
	padding: 0.3em 0;
}
.pricing__feature a {
	text-decoration: none;
	outline: none;
    display: inline-block;
    background: #efefef;
    padding: 0 2px;
	color: #545953;
}
.stamp {
	position: absolute;
    width: fit-content;
    left: 100%;
    bottom: 0;
    transform: rotate(-8deg) translateX(-90%) translateY(-30%) scale(1);
    border: 1px solid #e66d6d;
    border-radius: 4px;
    color: #e66d6d;
    font-size: 18px;
    padding: 2px 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
::-webkit-scrollbar {
	width: 17px;
    height: 17px;
}
::-webkit-scrollbar-thumb {
	min-height: 34px;
    min-width: 34px;
    background-color: rgba(170,170,170,.5);
    background-clip: content-box;
    border: 5px solid transparent;
}
@media screen and (max-width: 812px) {
	.back__info {
		font-size: 20px;
		width: 286px;
	}
}
@media screen and (max-width: 640px) {
	.container {
		margin: 0 auto;
	}
	.price__table {
		margin: 10px 10px;
	}
	.price_container h5 {
		margin: 10px;
	}
	.pricing__feature {
		padding: 0.2em 0;
	}
	.text__container {
		padding: 20px;
	}
	.container p, .container ol {
		font-size: 0.7em;
	}
	.container h2 {
		font-size: 0.9em;
	}
	.container h5 {
		font-size: 0.6em;
	}
	.container h4 {
		font-size: 0.8em;
	}
}