.portomega_tab_section {
	width: 100%;
	display: flex;
	max-width: 1490px;
	margin: 0 auto;
	position: relative;
}
.portomega_tab_section .tabs_content_right {
	width : 58%;
	padding-left: 140px;
	margin: 0;
}
.portomega_tab_section .tabs_content_right li {
    font-family: Oswald;
    font-size: 70px;
    font-weight: 500;
    line-height: 95px;
	text-transform: uppercase;
	color:#FFFFFF;
	opacity: 0.3;
    transition: all 0.5s;
	cursor: pointer;
}
.portomega_tab_section .tabs_content_right li{
	margin-bottom: 20px;
}
.portomega_tab_section .tabs_content_right li:last-child{
	margin-bottom: 0px;
}
.portomega_tab_section .tabs_content_right li.active {
	opacity: 1;
}
.portomega_tab_section .tabs_content_left{
	width : 42%;
}
.portomega_tab_section .tabs_content_left .tab_content_item img{
	margin-bottom:25px;
}
.portomega_tab_section .tabs_content_left .tab_content_item p{
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	color:#BCBCBC;
	margin:0;
	margin-left: 30px;
	max-width:432px;
}
.portomega_tab_section .tabs_content_left .tabcontent{
	opacity:0;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
}
.portomega_tab_section .tabs_content_left .tab_content_item img {
	width: 100%;
	height: 400px;
	object-fit: cover;			
}
.portomega_tab_section .tabs_content_left {
	position: relative;
}
.portomega_tab_section .tabs_content_left .tab_content_item p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width:767px){
	.portomega_tab_section .tabs_content_right li{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.portomega_tab_section .tabs_content_left .tab_content_item p{
		font-size: 15px;
		line-height: 25px;
		margin-left: 15px;
	}	
	.portomega_tab_section .tabs_content_left .tab_content_item img {
		height: 300px;
	}
	.portomega_tab_section {
		display: block;
	}
	.portomega_tab_section .tabs_content_left .tab_content_item img {
		margin-bottom: 15px;
	}
	.portomega_tab_section .tabs_content_right {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	.portomega_tab_section .tabs_content_left {
		width: 100%;
		height: 400px;
	}
		
}
@media screen and (min-width: 768px) and (max-width:1199px){
	.portomega_tab_section .tabs_content_right li {
		font-size: 32px;
		line-height: 50px;
	}
	.portomega_tab_section .tabs_content_left .tab_content_item img {
		height: 200px;
	}
}
@media screen and (min-width: 1200px) and (max-width:1366px){
	.portomega_tab_section .tabs_content_right li {
		font-size: 46px;
		line-height: 56px;
	}
	.portomega_tab_section .tabs_content_left .tab_content_item img{
		height:200px;
	}
}