.b-game-tip{background:#f4f7fc;background:linear-gradient(210deg,#3caeff 0,rgba(60,174,255,.5) 10%,#fff 37.5%);padding:3rem 2rem;border-radius:10px;position:relative;width:99.9%;height:auto;justify-content:space-between;align-items:center;margin:6rem auto 3rem;color:#212529;border:1px solid #3caeff}.b-game-tip::before{content:"";background:url(../../img/icons/question.svg);background-size:contain;background-repeat:no-repeat;width:7rem;height:6rem;position:absolute;top:-4rem;right:0;opacity:1;z-index:0}@media (min-width:992px){.b-game-tip::before{top:-3.7rem;right:0}}.b-game-tip__title{font-weight:700;font-size:2.5rem;color:#3caeff;max-width:70%;margin-bottom:2rem}@media (min-width:992px){.b-game-tip__title{max-width:100%}}.b-game-tip__description p:last-of-type{margin-bottom:0}