.list-type5{width:100%;display:flex;justify-content:center}.list-type5 ol{width:80%;list-style-type:none;margin:0;margin-left:1em;padding:0;counter-reset:li-counter;display:grid;grid-template-columns:45% 45%;grid-template-rows:auto;grid-row-gap:20px;justify-content:space-between}.list-type5 ol li{position:relative;margin-bottom:1.5em;padding:.5em;background:#cfcfd2;border:2px solid transparent;border-radius:7px;padding-left:58px}.list-type5 ol li:hover{background:linear-gradient(to right,rgba(208,181,127,.66),rgb(136,105,13));box-sizing:border-box}@media(max-width:600px){.list-type5 ol{display:grid;grid-template-columns:1fr;grid-template-rows:auto}}.list-type5 a{text-decoration:none;color:black;font-family:'Raleway',sans-serif}.list-type5 li a{color:#3d3d3d!important;color:white}.list-type5 li:hover a{color:white!important}.list-type5 ol li:hover{border:2px solid #3d3d3d70}.list-type5 ol li:before{position:absolute;top:-.3em;left:-.5em;width:1.8em;height:1.2em;font-size:2em;line-height:1.2;font-weight:bold;text-align:center;color:white;background-image:linear-gradient(to right,#e8bd60,rgb(168,143,69));transform:rotate(-20deg);-ms-transform:rotate(-20deg);-webkit-transform:rotate(-20deg);z-index:99;overflow:hidden;content:counter(li-counter);counter-increment:li-counter}.list-type5 ol li:hover::before{background:grey!important}