/* list */
.block-sections{position:relative;width:100%;padding:55px 55px;border-radius:8px;background:#131E2B;}
.block-sections .title{font-size:24px;font-weight:bold;color:#FFFFFF;}
.block-sections .nav-outer{position:relative;padding:20px 0;margin-top:20px;border-top:1px dashed #D2D2D2;border-bottom:1px dashed #D2D2D2;}
.block-sections .nav-inner{max-height:265px;overflow-y:scroll;overflow-x:hidden;scrollbar-color:#B74D48 #131E2B;}
.block-sections .list{list-style-type:none;}
.block-sections .list li a{font-size:20px;color:#D2D2D2;text-decoration:none;line-height:1.2em;}
.block-sections .list li a:hover{color:#B74D48;}
.block-sections .nav-inner::-webkit-scrollbar {width:20px;background-color:#131E2B;}
.block-sections .nav-inner::-webkit-scrollbar-thumb {
border-radius: 8px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color:#B74D48;
}
.block-sections .nav-inner::-moz-scrollbar {width:20px;background-color:#131E2B;}
.block-sections .nav-inner::-moz-scrollbar-thumb {
border-radius: 8px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color:#B74D48;
}
.block-sections .link2list{display:block;margin-top:20px;text-align:center;text-decoration:none;font-size:16px;line-height:2.35;border:1px solid #FFFFFF;border-radius:8px;color:#FFFFFF;transition:background .2s ease;}
.block-sections .link2list:hover{background:#B74D48;}
.block-sections img.icon{position:absolute;right:60px;top:-65px;}

@media (max-width:420px){
	.block-sections{padding:55px 25px;}
    .block-sections img.icon{width:120px;}
}