#section2 .sheet { margin-bottom:0px; }
#section2 .sheet .column.desc { width:calc(50% - 80px); padding:65px 40px 65px 40px; }
#section2 .sheet .column.img .arrow { width:12px; height:26px; position:absolute; top:calc(50% - 13px); }
#section2 .sheet.s0 .column.img .arrow { background:url(../images/misc/internal3-arrow-right.png) no-repeat; left:0; }
#section2 .sheet.s1 .column.img .arrow { background:url(../images/misc/internal3-arrow-left.png) no-repeat; right:0; }
#section2 .sheet .column.onlyMobile { display:none; }

@media (max-width: 1023px) { 
	#section2 .sheet .column { height: calc(100% - 60px); }
	#section2 .sheet .column.desc { padding: 30px; width: calc(50% - 60px); }
}
@media (max-width: 640px) { 
	#section2 .sheet .column.desc { float:none; width:calc(100% - 20px); padding:20px 10px;  }
	#section2 .sheet .column.img { float:none; width:100%; }
	#section2 .sheet .column.onlyMobile { display:block; }
	#section2 .sheet .column.onlyDesktop { display:none; }
	#section2 .sheet { margin-bottom:20px; }
	#section2 .sheet .column.img .arrow { width:26px; height:12px; position:absolute; top:auto; right:auto; left:calc(50% - 13px) !important;  }
	#section2 .sheet.s0 .column.img .arrow { background:url(../images/misc/internal3-arrow-up.png) no-repeat; bottom:0;  }
	#section2 .sheet.s1 .column.img .arrow { background:url(../images/misc/internal3-arrow-up.png) no-repeat; bottom:0;  }
}


 