/*
Theme Name: LLQ Theme 2025
Theme URI: https://example.com/
Author: Tuanna
Description: Minimal theme for Elementor landing pages
Version: 1.0
*/


.e-con.e-flex>.e-con-inner{
    max-width: 100% !important ;
    padding: 0px !important;
}


.__banner__left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	width: 50%;
}
.__banner__person {
	width: 50%;
    display: flex;
}

@media(max-width: 991px){
	.__banner__global {
		flex-direction:column;
		align-items: center;
		justify-content: center;
	}
	
	.__banner__content{
		max-width: 100%;
	}
	.__banner__left,.__banner__person{
		width: 100%
	}
	.__banner__info__des,
	.__banner__left{
		max-width: 100%;
	}
	.__banner__person{
		height: 360px;
	}
	.__banner__person img{
		height: 100%;
		width: 100%;
		object-fit:contain;
	}
}

@media(max-width: 576px){
	.__banner__global {
		flex-direction:column
	}
	.__banner__left,.__banner__person{
		width:100%;
	}
	.__banner__person{
		height: 100%;
	}
	.__banner__person img{
		width: 100%;
	}
}