.bannerimage img {
    width: 100%;
}
marquee {
    background: #012e7c;
    color: #fff;
    padding: 5px 0;
}
.ul-service-img a img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center top;
}
section.previousevents .row .col {
    margin-bottom: 20px;
}
h2.ul-section-title {
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.btnnnwrap a {
    font-size: 14px;
    color: #fff;
    border: 1px solid #0059b7;
    text-decoration: none;
    line-height: 45px;
    padding: 0 20px 0 50px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(5deg,rgba(2, 76, 149, 1) 0%, rgba(0, 89, 183, 1) 50%);
    box-shadow: 0 0 0 0 #005caf;
    transition: 0.5s;
}
    .btnnnwrap a:hover {
        background: linear-gradient(5deg,rgba(0, 89, 183, 1) 50%, rgba(2, 76, 149, 1) 0%);
    }
    .btnnnwrap a::before {
        content: "";
        background-image: url('../img/fevicon.png');
        background-repeat: no-repeat;
        position: absolute;
        left: 9px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: 100% 100%;
        height: 30px;
        width: 30px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
    }
.btnnnwrap {
    text-align: center;
}
.headignbtnwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 10px;
}
.row {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .headignbtnwrap {
        margin: 30px 0 20px;
        flex-direction: column;
        gap: 5px;
    }
    .ul-service-img a img {
        height: 120px;
    }
    section.previousevents .row .col {
        margin-bottom: 9px;
        padding: 0 5px;
    }
}