.w-au-ot-item-heading h4 {
	font-family: Playfair Display;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
}
.w-au-ot-item-sub-heading {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
}
.w-au-ot-item:not(:last-child) {
	margin-bottom: 48px;
}
.w-au-ot-item-heading {
	position: relative;
}
.w-au-ot-item-heading:before {
	position: absolute;
	content: "";
	top: 0;
	left: -50px;
	background: url(./img/la-bo-de.svg);
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
}
.w-hww-item {
	margin-bottom: 24px;
}
.w-hww-title {
	position: relative;
	padding-left: 36px;
}
.w-hww-title:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0px;
	background: url(./img/la-bo-de.svg);
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-size: 24px;
}
.w-au-tab-select-button h3 {
	transition: all 0.25s !important;
	cursor: pointer;
}
.w-au-tab-bom.active h3 {
	color: #C48B2B !important;
	text-decoration: underline !important; 
	font-size: 700 !important;
}
.w-au-tab-academic.active h3 {
	color: #C48B2B !important;
	text-decoration: underline !important; 
	font-size: 700 !important;
}
.w-au-ab-content-wrapper {
	display: none;
}
.marquee {
	display: flex;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	position: relative;
}

.marquee span {
	display: flex;
	animation: marquee 10s linear infinite;
	white-space: nowrap;
	padding-right: 10px;
	font-size: 32px;
	line-height: 38px;
	color: #fff;
	font-weight: 400;
	align-items: center;
}
.marquee span  svg {
	margin-left: 8px;
}
@keyframes marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}
.w-blog-post .elementor-post__text {
	display: flex !important;
	flex-direction: column-reverse !important;
	justify-content: start !important;
	align-items: center !important;
}
.w-blog-post .elementor-posts .elementor-post__meta-data {
	margin-bottom: 8px;
}
.w-project-post .elementor-post__thumbnail {
	position: relative !important;
	height: 0;
	width: 100%;
	padding-top: 100%;
	padding-bottom: unset !important;
}
.w-project-post .elementor-post__thumbnail img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
	object-fit: cover !important;
	transform: unset !important;
	border-radius: 10px;
}
.w-blog-post .elementor-post__thumbnail img {
	border-radius: 10px;
}
@media ( max-width: 1025px ) {
	.w-au-ot-item-heading h4 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
	}
	.w-au-ot-item {
		margin-bottom: 36px;
	}
	.w-au-ot-item:not(:last-child) {
		margin-bottom: 36px;
	}
}
@media ( max-width: 767px ) {
	.w-au-ot-item-heading h4 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 8px;
	}
	.w-au-ot-item {
		margin-bottom: 24px;
	}
	.w-au-ot-item-sub-heading {
		font-size: 16px;
		line-height: 24px;
	}
	.w-au-ot-item-heading:before {
		height: 24px;
		width: 24px;
		background-size: 24px;
	}
}