.award-tabs__nav {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.award-tabs {
	max-height: 650px;
    overflow-y: auto;
	padding-right: 15px;
}

.award-tab-btn {
	cursor: pointer;
	background-color: #F5F1F1 !important;
	border-radius: 20px !important;
	padding: 0 40px !important;
	font-size: 96px;
	font-weight: 300;
	color: #000000 !important;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.award-tab-btn.is-active {
	background-color: #5868F6 !important;
	color: #FFFFFF !important;
}

.award-tab-btn:not(.is-active) {
	justify-content: center;
}

.award-tab-btn:not(.is-active) .award-tab-icon, 
.award-tab-btn:not(.is-active) .award-dump {
	display: none;
}

.award-tab-btn:not(.is-active) .award-tab-btn-text {
	padding-left: 50px !important;
}

.award-tab-icon {
	width: 50px;
}

.award-tab-panel {
	display: none;
}

.award-tab-panel.is-active {
	display: block;
}

.award-item-image {
	justify-self: center;
}

.award-items-name .award-name {
	font-size: 20px;
	font-weight: 400;
}

.award-item img {
	max-width: 100%;
	height: auto;
}

.award-name {
	margin-top: 8px;
	font-weight: 600;
	text-align: center;
}