.seoc-events-entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 2px solid #fff;
}
.seoc-events-entry:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.seoc-events-entry > div:first-child {
    width: 120px;
    aspect-ratio: 1;
    color: #fff;
    background-color: #053e64;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.seoc-events-entry .events-entry-d {
    margin: 0 0 10px;
    font-size: 46px !important;
    font-weight: 700 !important;
    position: static;
    padding: 0;
    background: none;
}
.seoc-events-entry .events-entry-my {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.seoc-events-entry > div:last-child {
    width: calc(100% - 180px);
}
.seoc-events-entry h3 {
    font-weight: 800;
    line-height: 1.5;
}
.seoc-events-entry > div:last-child p {
    margin-bottom: 0;
}
.seoc-events-entry .events-entry-date {
    font-weight: 600;
}
.seoc-events-entry .events-entry-location {
    margin-top: 5px;
}
.seoc-events-entry .events-entry-links {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.seoc-events-entry .events-entry-download {
    height: 43px;
    line-height: 39px;
    margin-right: 38px;
    padding: 0 25px 0 50px;
    border: 2px solid #0a3757;
    border-radius: 22px;
    font-weight: 700;
    text-align: center;
    background: url(../images/download.svg) no-repeat 25px center;
    background-size: 13px 16px;
}
.seoc-events-entry .events-entry-more {
    font-weight: 700;
    text-decoration: underline;
    color: #053e64;
}
.seoc-events-entry .events-entry-more:hover {
    text-decoration: none;
}
@media (max-width: 1024px) {
    .seoc-events-entry > div:last-child {
        width: calc(100% - 150px);
    }
}
@media (max-width: 768px) {
    .seoc-events-entry > div:first-child {
        aspect-ratio: auto;
        padding: 10px;
        width: 100px;
        margin-top: 13px;
    }
    .seoc-events-entry > div:last-child {
        width: calc(100% - 120px);
    }
}
@media (max-width: 500px) {
    .seoc-events-entry .events-entry-download {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .seoc-events-entry {
        flex-direction: column;
    }
    .seoc-events-entry > div:last-child{
        width: 100%;
    }
}