h3 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.tos {
    margin-top: 20px;
    margin-bottom: 20px;
}
.content {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.content-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.content-card h1 {
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 20px;
}

.content-content {
    margin-bottom: 20px;
    color: var(--dark);
}