.table {
	padding: 70px 0;
	text-align: center;
}

.table .heading {
	font-family: Agenda;
	font-size: 29px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.table .description {
	margin-bottom: 20px;
}

.table .content-text .buttons a {
	margin: 0;
}

.table .content-text .buttons {
	display: flex;
	row-gap: 25px;
	column-gap: 15px;
}

.table .table-container {
	margin-top: 40px;
	margin-bottom: 0px;
}

.table .table-container table thead tr th {
    vertical-align: bottom;
}

.table .table-container th div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}

.table .table-container th:not(:first-child) div {
	align-items: center;
}

.table .table-container th div img {
	width: 24px;
	height: 24px;
}
