#pe_homepage h2{font-size:var(--fs-36);margin-bottom:50px}
.mid_section_item .inner_wrap:hover,.item .inner_wrap:hover{-webkit-box-shadow:0 3px 6px 3px rgba(0,0,0,0.12);box-shadow:0 3px 6px 3px rgba(0,0,0,0.12)}
.mid_section_item .inner_wrap{border:1px solid var(--pe_border);border-radius:5px}
.mid_section_item .inner_wrap .title,.mid_section_item .inner_wrap .img_wrap{height:140px;display:flex;align-items:center;justify-content:center;background:var(--pe_light_bluegray)}
.mid_section_item .inner_wrap .title{height:90px;background:none}
.mid_section_item .inner_wrap .title a{text-decoration:none;color:var(--pe_old);font-size:var(--fs-20);font-family:var(--latobold),sans-serif}
.item .title a:hover,.mid_section_item .inner_wrap .title a:hover{text-decoration:underline!important}
.mid_section_item .inner_wrap:hover .title a,.item .inner-text li a:hover,.mid_section_item .inner_wrap .title a:hover{color:var(--pe_blue)!important}
.bottom_section ul{list-style:none;padding-left:0;margin:0 auto;column-count:3;max-width:630px}
.bottom_section ul li a{text-decoration:none}
.bottom_section ul li{margin-bottom:15px}
.bottom_section ul li a:hover{text-decoration:underline}
@media(max-width: 767px) {
.bottom_section ul{column-count:1}
}