
.aboutList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 auto 30px;
    width: 550px;
}

.aboutList li {
    width: 250px;
    height: 170px;
    border: 1px solid #000;
    border-radius: 30px;
    background: #fff;
    font-size: 70px;
    text-align: center;
    color: #b40000;
    padding: 20px 0px 30px;
}
.aboutList li:first-child,.aboutList li:nth-child(2){
     line-height: 140px;   
}

.aboutList li:first-child span,.aboutList li:nth-child(2) span{
    line-height: 5px;
}

.aboutList li span {
	display: block;
	color: #000;
	font-size: 20px;
	    margin-top: -10px;
}