h2.gb-headline-795bb9ef {
    font-size: 1.4em;
}
.whats-on-grid__pagination{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.whats-on-grid__pagination .page-numbers {
    border: none !important;
    color: #002d40;
    font-weight: 600;
    border-radius: 100px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.whats-on-grid__next.gb-button.gb-button-e4720bfe.gb-button-text.page-numbers, .whats-on-grid__prev.gb-button.gb-button-e4720bfe.gb-button-text.page-numbers{
    padding: 10px 16px;
    border: 1px solid #575760;
    color: #575760;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    width: unset;
}
.whats-on-grid__pagination .page-numbers:hover,.whats-on-grid__pagination .page-numbers:focus, .whats-on-grid__pagination .page-numbers.current, .whats-on-grid__prev.gb-button.gb-button-e4720bfe.gb-button-text.page-numbers:hover,.whats-on-grid__next.gb-button.gb-button-e4720bfe.gb-button-text.page-numbers:hover {
    background-color: #575760;
    color: #fff;
    text-decoration: none;
    box-shadow: none !important;
}
.whats-on-grid .whats-on-grid__item img{
        margin-bottom: 30px;
}
.whats-on-grid__pagination .page-numbers{margin: 10px 5px 0 0px;}
@media only screen and (max-width: 768px) {
    .whats-on-grid{grid-template-columns: repeat(1, 1fr) !important;}
    .whats-on-grid__pagination{flex-wrap: wrap;}
        
}