#content{	margin: 0px auto;	width: calc:(100%-260px);margin-top: -60px;}.right_content{margin-top:-30px;}

.title_group{font-size: 35px;
	margin-bottom: 5%;

}
.title_name{font-size: 1em;}
.subtitle_name{font-size: 0.8em;}

.img1{	content:url("../images/rlcms.png");}
.img2{	content:url("../images/elcsystem.png");}


.system{
	
	grid-template-columns: 49% 49%;
	display: grid;
	grid-gap: 1%;
	position: relative;
	
			margin-top: 25px;
	
}

.fullbox{
height: 520px;

}

.imgbox{
	margin: 0px auto;
	margin-top:2%;
	width: 350px;
	height: 350px;
	background-color:aliceblue;
	border-radius: 10%;    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 2s ease; 
	
}

.imgbox:hover{

	border: 2px #868686 solid;
	    transform: scale(1.2);

	z-index: 999;

}



.img1, .img2{
	
	width: 100%;
	border-radius: 10%;	
}

.product_name{
	

	padding: 5%;
	font-weight: bold;
	font-size: 2em;
	color:black;
}

.bt{
	
	
	
}




@media(max-width:1024px){
	

	
	
	
	
	
}

@media(max-width:625px){
	
	
	

	
	
	
	
	
	
}
