
.event {
    width: 600px;
    height: 200px;
    overflow: hidden;
}

@media(max-width: 740px) {
    .event {
        height: 400px;
        width: 300px;
    }
}


@media(max-width: 600px) {
    .event {
        width: 100%;
    }
}

.event-prev {
    width: 300px;
    height: 370px;
    overflow: hidden;
    /*border: solid 1px #d6d1ca;*/
}

.event-url {
    display:inline-block;
    width:100%;
    height:100%;
    text-decoration: none;
    text-align: center;
}

.event-info {
    float: left;
    height: 100%;
    width: 300px;
    text-align: left;
}

.event-title-current {
    font-family: InterBold;
    font-size: 19px;
    padding: 0 0 0 8px;
    color: #5c9541;
    line-height: 1.3;
}

.event-title-prev {
    font-family: InterBold;
    font-size: 16px;
    color: #54565a;
    line-height: 1.3;
}

.event-date {
    font-family: InterMedium;
    padding: 8px 0 4px 8px;
    color: #cbe100;
    font-size: 17px;
}

.event-date span{
    font-family: InterBold;
    font-size: 22px;
}

.event-thumb {
    float: left;
    width: 300px;
    position: relative;
}

.event-img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.separator-title {
    font-family: InterBold;
    font-size: 25px;
    color: #5eb11e;
    width: 100%;
}

.event-calendars {
    width: 100%;
}

.event-google {
    border: none;
    margin-left: 8px;
    color: #54565a ;
    background-color: #EEEAE7;
    font-family: InterMedium;
}

.event-google:hover {
    border: solid 1px #54565a;
    cursor: pointer;
}

.event-apple:hover {
    border: solid 1px #54565a;
    cursor: pointer;
}

.event-apple {
    border: none;
    margin-left: 10px;
    color: #54565a ;
    background-color: #EEEAE7;
    font-family: InterMedium;
}

.event-description {
    font-family: InterLight;
    color: #54565a;
    padding-left: 8px;
    padding-top: 4px;
    line-height: 1.3;
}

.events-next {
    background-color: #EEEAE7;
    padding: 15px;
}

.events-next-title {
    font-family: InterBold;
    color: #55c2de;
    font-size: 30px;
}
