.bonuses .info {
    text-align: center;
    font-size: 12pt;
    color: #007fdc;
}

@media (max-width: 600px) {
    .top-lists .box-list .button {
        box-shadow: 3px 3px #00e474;
        margin-bottom: 0;
    }
}

@media (max-width: 1079px) {
    .bonuses .info {
        display: none;
    }
}


.recomended .boxes-row .box-row .box-row-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.recomended .boxes-row .box-row p {
    height: 200px;
    overflow: hidden;
}

.top-casinos .boxes-grid .box-grid p {
    height: 200px;
    overflow: hidden;
}

.top-casinos .boxes-grid .box-grid .box-grid-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

footer {
    height: auto;
}

.teaser-title-wrap > p {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 500px;
    color: #636363;
}

@media (max-width: 1500px) {
    .teaser-title-wrap > p {
        max-width: 360px;
    }
}

@media (max-width: 1300px) {
    .teaser-title-wrap > p {
        max-width: 90%;
        color: white;
    }
}

#footer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#footer-wrapper li {
    list-style: none;
    padding: 5px 0;
}

#footer-wrapper li a {
    font-size: 13pt;
    text-transform: uppercase;
}

.badge {
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

#btn-load-more:hover {
    background-color: #00e474;
    box-shadow: none;
    cursor: pointer;
}
#bonuses-loadmore {
    text-align: center;
}
