
.cardtypes-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}


@media screen and (max-width: 1024px) {
.cardtypes-wrapper {
	flex-direction: column;
	justify-content: left;
}
}


.cardtype-wrapper {
	padding: 0px 30px 100px 0px;
	border:0px solid #000;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Montserrat';
}

.cardtype-name {
	color: white;
	font-size: 20px;
	font-family: 'Montserrat';
}

.cardtype-name {
	color: red;
	font-size: 22px;
	font-family: 'Montserrat';
	font-weight: 600;
}

.cardtype-price {
	padding: 15px 0 15px 0;
	color: white;
	font-size: 30px;
	font-family: 'Montserrat';
	font-weight: 600;
}

.cardtype-buy-action {
	padding: 10px 0 10px 0;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Montserrat';
	background: #ee1b24e3;
	font-weight: 500;
	text-align: center;
	
}


