@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
}

.btn-card1-jc {
	display: flex;
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
}

.btn-card1-jc .card-jc {
	flex-direction: column;
	background-color: #a6192e;
	border-radius: 15px;
	padding: 15px 15px 30px 15px;
	width: 100%;
	font-family: Montserrat;
	margin-bottom: 24px;
	color: white
}

.ptype-jc{
	font-family: Montserrat;
	font-weight: normal;
	color: white;
}
.ptype-jc span {
	font-weight: 800;
	font-size: 4.5vw;
}

.linkButton {
	background-color: #fff;
	padding: 10px 20px;
	color: black;
	border-radius: 10px;
	margin-bottom: 12px;
	font-family: Montserrat;
	font-size: 4vw;
	font-weight: normal;
	transition: 0.3s;
}

.linkButton:hover {
	background-color: #0b5ed7;
	color: white;
	transition: 0.3s ;
	font-weight: 500;
	font-size: 3.8vw;
}

@media (min-width: 750px) {
	.btn-card1-jc {
		font-size: .8vw;
	}
	
	.ptype-jc span {
		font-size: 1vw;
	}
	
	.linkButton {
		font-size: .8vw;
	}
	
	.linkButton:hover {
		font-size: .7vw;
	}
}
