.owl-theme .owl-dots {
    margin-bottom: 0px;
}
.event-boxes {
    grid-template-columns: 1fr 1fr 1fr;
}
.opacity{
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    width: 100%;
    min-height:250px;
}
.banner-allpublic h4{ color:  var(--sk-white);margin:0 auto;font-size: 2rem;position: relative }
.banner-allpublic h4:before {
    content: '';
    position: absolute;
    background: var(--sk-yellow);
    height: 4px;
    width: 100%;
    bottom: -17px;
}
.bg-white-lightblue{
    background-image: linear-gradient(to right, white 50%, var(--sk-lightblue) 50%);
}
@media only screen and (max-width: 992px) {
    .event-boxes {
        grid-template-columns: 1fr 1fr;
    }
    .event-box {
        min-height: 280px;
    }
    .bg-white-lightblue {
        background-image: linear-gradient(to bottom, white 30%, var(--sk-lightblue) 80%);
    }
}
@media only screen and (max-width: 768px) {
    .event-boxes {
        grid-template-columns: 1fr 1fr;
    }
    .event-box {
        min-height: 200px;
    }
    .banner-allpublic h4 {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 350px) {
    /*.event-boxes {grid-template-columns: 1fr;}*/
    .banner-allpublic h4:before{display:none;}

    /** .banner-allpublic h4:before{ background: var(--sk-yellow);position:;}**/
}

