.game-board {display: grid;grid-template-columns: 220px 220px 220px 220px;}.box {background: #fff;display: flex;align-items: center;justify-content: center;margin: 10px;}.content-box-main{border: 1px gray solid;}.box-shadow {box-shadow: inset 10px 10px 8px -10px #CCC, inset -10px -10px 8px -10px #CCC;}.content-box-wrapper .content-box h4{font-weight: 500;}.content-box-wrapper .content-box p{color: #777;font-size: 18px;text-align: center;}.content-box{text-align: center;height: 100%;border-radius: 4px;min-width : 200px;min-height: 60px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;display:grid;}.content-box:hover{background:#fff;box-shadow: 2px 2px 15px 0 rgba(135,135,135, 0.4);transition: all 0.5s ease 0s;}.content-box .finbyz-icon img{height:85px;}.content-box .finbyz-icon{margin: 0 auto;}hr.lines {margin: auto;width: 100px;position: relative;border-top: 2px solid #0071bc;margin-top: 15px;}hr.lines:before {position: absolute;content: "";display: inline-block;height: 20px;width: 20px;top: -11px;border: 6px solid #D6D8FF;border-radius: 50%;background: #0071bc;left: 40px;animation: pulse 2s infinite;}.content-box a{text-decoration: none;color: #6c8fac;}@-webkit-keyframes pulse {0% {-webkit-box-shadow: 0 0 0 0 rgba(70,118,250, 0.4);}70% {-webkit-box-shadow: 0 0 0 20px rgba(70,118,250, 0);}100% {-webkit-box-shadow: 0 0 0 0 rgba(70,118,250, 0);}}@keyframes pulse {0% {-moz-box-shadow: 0 0 0 0 rgba(70,118,250, 0.4);box-shadow: 0 0 0 0 rgba(70,118,250, 0.4);}70% {-moz-box-shadow: 0 0 0 20px rgba(70,118,250, 0);box-shadow: 0 0 0 20px rgba(70,118,250, 0);}100% {-moz-box-shadow: 0 0 0 0 rgba(70,118,250, 0);box-shadow: 0 0 0 0 rgba(70,118,250, 0);}}