/*////////////////// Responsive CSS Structure //////////////////*/


@media (min-width: 1200px) and (max-width: 1399px){
.games-box {max-width: 998px;}
}

@media (min-width: 992px) and  (max-width: 1199px){
.games-box {max-width: 808px;}
}

@media (min-width: 768px) and (max-width: 991px){
.games-box {max-width: 608px;}
.section-title {margin-bottom: 20px;}
}

@media (max-width: 767px) {
.section-title {margin-bottom: 20px;}
.about-main {margin: 0 auto 34px;}
.link-box { padding: 15px 0 12px; }
.link-box ul {flex-direction: column;}
.link-box ul li {margin-right: 0;margin-bottom: 16px;}
.link-box ul li:last-child {margin-bottom: 0px;}
.footer-main {flex-direction: column;}
}
