#uc_content_tabs_elementor_f5ef791 {
	text-align: left;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

#uc_content_tabs_elementor_f5ef791 * {
	box-sizing: border-box;
}

#uc_content_tabs_elementor_f5ef791 > ul.tabs a {
	transition: .5s;
}

#uc_content_tabs_elementor_f5ef791 > ul.tabs {
	margin: 0px;
	list-style: none;
	display: flex;
	justify-content: flex-start;
}

#uc_content_tabs_elementor_f5ef791 > ul.tabs > li {
	padding: 0px;
	margin: 0px;
}

#uc_content_tabs_elementor_f5ef791 > ul.tabs > li > a {
	display: block;
	text-decoration: none;
	transition: .5s;
}

#uc_content_tabs_elementor_f5ef791 .tab-container {
	clear: both;
	overflow: hidden;
}

#uc_content_tabs_elementor_f5ef791 .ue_post_image img {
	display: block;
	width: 100%;
	object-fit: cover;
}

#uc_content_tabs_elementor_f5ef791 .ue_post_link {
	text-decoration: none;
}

.uc_bold_tabs .panes {
	display: none;
}

@media only screen and (max-width: 768px) {
	#uc_content_tabs_elementor_f5ef791 > ul.tabs {
		display: none;
	}
}