.hub-event-main {
    margin-bottom: 40px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    overflow: hidden;
    transition: ease all 0.4s;
}

.hub-event-main:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px rgb(0 0 0 / 15%);
}

.hub-event-image {
    background: white;
    position: relative;
    border-bottom: 1px solid #efefef;
}

.hub-event-image > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hub-event-client-wrap {
    position: absolute;
    right: 0;
    bottom: -1px;
}

.hub-event-client{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 55px;
    width: 100px;
    padding: 8px 15px;
}

.hub-event-client:before{
    content: "";
    position: absolute;
    top: 0;
    left: -34px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 35px;
    border-color: transparent transparent #fff transparent;
}

.hub-event-client img{
    height: 50px;
}
.hub-event-client > img {
    height: 45px !important;
    object-fit: contain;
}

.hub-event-body {
    padding: 20px;
    background: #fff;
}

.hub-event-body p {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    margin-bottom: 12px;
}

.hub-event-body h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

.hub-event-body h3:hover {
    color: #b22222;
}

.hub-event-body h6{
    font-size:12px
}

.hub-event-body .btn{
    font-size:12px
}
