.home-events {}

.home-events-title {
    letter-spacing: 0.00em;
    font-size: 34px !important;
    font-weight: 600 !important;
    font-family: 'Fira Sans' !important;
    color: #000000;
    line-height: 1.75;
    margin: 18px 0px 0px 0px;
}

.home-events-separator {
    width: 120px;
    border-color: #f9b233 !important;
    border-top-width: 1px;
    border-style: solid
}

.home-events-link,
.home-events a,
.home-events.cursor-init {
    text-decoration: none !important;
    text-decoration-color: #f9b233 !important;
    transition: 1s all !important;
    color: #000000 !important;
}

.home-events-link:hover,
.home-events a:hover,
.home-events.cursor-init:hover {
    text-decoration: underline !important;
    text-decoration-color: #f9b233 !important;
    color: #000000 !important;
    transition: none;
}



.home-events-item {
    margin-bottom: 1rem;
    margin-left: 1rem;
    display: flex;
    flex-direction: row;
    padding-right: 1rem;
}

.home-events-item-left {
    width: 15%;

}

.home-events-item-left-day {
    font-family: "Helvetica Neue";
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color:#5d5d5d;
    text-transform: uppercase;
}

.home-events-item-left-number {
color:#141827;
font-family: "Helvetica Neue";
font-weight: 700;
text-transform: none;
font-size: 24px;
line-height: 1.42;
}



.home-events-item-right {
    width: 85%;
    display: flex;
    flex-direction: column;
    gap:0.5rem;
}

.home-events-item-right-time {
    color:#141827;
    font-family: "Helvetica Neue";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.38;
}


.home-events-item-content a {
    font-family: "Helvetica Neue";
    font-weight: 700;
    text-transform: none;
font-size: 14px;
line-height: 1.62;
}