.simpalm_box { box-shadow: 0 0 20px #ddd; margin: 20px 0 0; overflow: hidden; border-radius: 40px; }
.simaplam_bg { background: url(../img/simpalm/simpalm_des_bg.jpg) no-repeat; background-size: cover; padding: 50px 0; }
.simpalm_box .web_btn { background-image: -moz-linear-gradient(107deg, rgb(35, 72, 129) 0, rgb(56, 112, 162) 100%); background-image: -webkit-linear-gradient(107deg, rgb(35, 72, 129) 0, rgb(56, 112, 162) 100%); background-image: -ms-linear-gradient(107deg, rgb(35, 72, 129) 0, rgb(56, 112, 162) 100%); }
.simpalm_box .web_btn:hover { color: var(--white); background-image: -moz-linear-gradient(107deg, rgb(56, 112, 162) 0, rgb(35, 72, 129) 100%); background-image: -webkit-linear-gradient(107deg, rgb(56, 112, 162) 0, rgb(35, 72, 129) 100%); background-image: -ms-linear-gradient(107deg, rgb(56, 112, 162) 0, rgb(35, 72, 129) 100%); }
.techn_text p, .simpalm_box p {color:#585858;}
.simaplam_bg p {color: var(--white);}
.col_list { padding: 50px 0 0; }
.col_list ul li {text-align:left; padding-left:36px; margin-bottom: 10px; position: relative; color: #585858; }
.col_list li:after { content: ''; background:#414141; width: 12px; height: 12px; position: absolute; left: 0; border-radius: 100%; top: 8px; }
.lr_minus figure { margin-left: -5%; margin-right: -5%;}
.simpalm_lst_bg { position: relative; padding-top: 3rem;}
.simpalm_lst_bg:before { content: ''; background-image: url(../img/simpalm/work_txt.png); background-repeat: no-repeat; background-size: 100%; position: absolute; top: -1rem; right: 15%; padding: 5rem; }
.simpalm_lst_bg img { width: 100%; border-radius: 0 0 35px 35px; max-height: 500px;}
.col2_list { color: #414141; padding: 50px 0 0; }
.col2_list .des_title { margin-bottom: 50px; }
.col2_list ul { padding: 0 50px; }
.col2_list ul li { width: 49%; display: inline-block; text-align: left; position: relative; padding-left: 45px; margin-bottom: 15px; vertical-align: top;text-transform: capitalize; }
.col2_list ul li:nth-child(2n+1) { clear: both; }
.col2_list ul li:after { content: ''; background: #414141; width: 12px; height: 12px; position: absolute; left: 0; border-radius: 100%; top: 8px; }
.screen_desktop { padding: 50px 0; }
.screen_desktop figure { margin: 30px 0 0; }
.grey_clr h2 { color: #414141; }
.grey_clr.des_title h2:after { background: #414141; }

@media (min-width:1380px) {
	.simpalm_box .web_wrap{ padding: 0 80px; }
}
@media (max-width:1280px){
	.lr_minus figure { margin-left: -2%; margin-right: -2%; }
}
@media (max-width:1200px){
	.lr_minus figure { margin-left: 0; margin-right: 0; }
}
@media (max-width:1024px){
	.col2_list ul { padding: 0; }
}
@media (max-width:767px){
    .col_list figure { margin-top: 30px; }	
	.col2_list ul { padding: 0; }
	.col2_list ul li { width: 100%; padding-left: 32px; }
	.col2_list .des_title { margin-bottom: 30px; }
	.col2_list { padding: 30px 0 0; }
	.screen_desktop { padding: 30px 0; }
}