section.play-with-others .content{display:-ms-grid;display:grid;-ms-grid-columns:40% 40px 1fr;grid-template-columns:40% 1fr;grid-gap:40px;padding-top:30px;text-align:center;width:100%}@media only screen and (max-width:991px){section.play-with-others .content{-ms-grid-columns:1fr 30px 1fr;gap:30px;grid-template-columns:1fr 1fr}}@media only screen and (max-width:767px){section.play-with-others .content{-ms-grid-columns:1fr;grid-template-columns:1fr}}section.play-with-others .content>img{height:auto;max-width:100%;width:100%}section.play-with-others .content>div{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:767px){section.play-with-others .content>div{gap:20px}}section.play-with-others .content>div>p{color:#fff;font-size:20px}section.play-with-others .content>div>a{width:auto}