.achievement-testbtn-grid{display:grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-template-rows:1fr;width:100%;margin:1rem auto;gap:2rem;}
.achievement-title-text{font-size:3rem;font-weight:700;text-align:center;width:100%;border-bottom:2px solid #180614;padding-bottom:2rem;width:100%;display:block;margin:5rem auto 2rem;}
.achievement-testbtn-3grid{display:grid;grid-template-columns: 1fr 1fr 1fr;grid-template-rows:1fr;width:100%;margin:1rem auto;gap:2rem;}
.achievement-testbtn-2grid{display:grid;grid-template-columns: 1fr 1fr;grid-template-rows:1fr;width:100%;margin:1rem auto;gap:2rem;}


.test-redpinktable table{border:1px solid #D70035;width:100%;margin:0 auto 5rem;}
.test-redpinktable th{background-color:#D70035;border:1px solid #D70035;color:#fff;text-align:center;font-size:23px;}
.test-redpinktable td{background-color:#fff;border:1px solid #D70035;color:#180614;text-align:center;font-size:17px;width:14%;padding:7px 1px;font-weight:700;}

.test-blackpinktable table{border:1px solid #180614;width:100%;margin:0 auto 5rem;}
.test-blackpinktable th{background-color:#180614;border:1px solid #180614;color:#fff;text-align:center;font-size:23px;padding:10px 1px;}
.test-blackpinktable td{background-color:#fff;border:1px solid #180614;color:#180614;text-align:center;font-size:17px;width:14%;padding:7px 1px;font-weight:700;}

.test-redpinktableB table{border:1px solid #D70035;width:100%;margin:0 auto 5rem;}
.test-redpinktableB th{background-color:#D70035;border:1px solid #D70035;color:#fff;text-align:center;font-size:23px;}
.test-redpinktableB td{background-color:#fff;border:1px solid #D70035;color:#180614;text-align:center;font-size:17px;width:20%;padding:7px 1px;font-weight:700;}

.test-blackpinktableB table{border:1px solid #180614;width:100%;margin:0 auto 5rem;}
.test-blackpinktableB th{background-color:#180614;border:1px solid #180614;color:#fff;text-align:center;font-size:23px;padding:10px 1px;}
.test-blackpinktableB td{background-color:#fff;border:1px solid #180614;color:#180614;text-align:center;font-size:17px;width:20%;padding:7px 1px;font-weight:700;}

@media(max-width:1000px){
	.achievement-testbtn-grid {grid-template-columns: 1fr 1fr;}
}

@media(max-width:850px){
	.test-redpinktable td,
	.test-blackpinktable td,
	.test-redpinktableB td,
	.test-blackpinktableB td{font-size: 14px;}
	.test-redpinktable th,
	.test-blackpinktable th,
	.test-redpinktableB th,
	.test-blackpinktableB th{font-size: 18px;}
	.achievement-title-text {font-size: 2.2rem;}
}

@media(max-width:800px){
	.achievement-testbtn-3grid{grid-template-columns: 1fr;}
}

@media(max-width:500px){
	.achievement-testbtn-grid {grid-template-columns:1fr;}
	.test-redpinktable td, .test-blackpinktable td, .test-redpinktableB td, .test-blackpinktableB td {font-size: 12px;}
	.test-redpinktable th, .test-blackpinktable th, .test-redpinktableB th, .test-blackpinktableB th {font-size: 15px;}
	.achievement-testbtn-2grid {grid-template-columns: 1fr;}
}