/* event info */
.event-info-wrapper .title {
	margin-bottom: 18px;
}

.event-info-wrapper .info {
	display: flex;
	flex-wrap: wrap;
	column-gap: 44px;
	row-gap: 9px;
}

.event-info-wrapper .info .hide {
	display: none;
}

.event-info-wrapper .info > div {
	display: flex;
}

.event-info-wrapper .icon {
	width: 19px;
	height: 19px;
	display: flex;
	justify-content: center;
	margin-right: 8px;
	transform: translateY(2px);
}

@media only screen and (max-width: 768px) {
	.event-info-wrapper .title {
		margin-bottom: 7px;
	}

	.event-info-wrapper .icon {
		width: 15px;
		height: 15px;
	}
}
/* event info end */
.event-registration-wrapper .title {
	margin-bottom: 21px;
}

.event-registration-wrapper .registration {
	margin-bottom: 30px;
}

.event-registration-wrapper .registration > div {
	display: flex;
	margin-bottom: 15px;
}

.event-registration-wrapper .buttons{
	display: flex;
}

.event-registration-wrapper .buttons .custom-button-with-background-wrapper {
	margin-right: 20px;
}

.event-registration-wrapper .label {
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -0.36px;
	color: #333333;
	width: 33%;
}

@media only screen and (max-width: 768px) {
	.event-registration-wrapper .title {
		margin-bottom: 15px;
	}

	.event-registration-wrapper .registration > div {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.event-registration-wrapper .label {
		font-size: 16px;
		line-height: 21px;
		letter-spacing: -0.24px;
		width: 100%;
		margin-bottom: 6px;
	}
}
/* event registration */

/* event registration end */