#agendas-list {
    margin-bottom: 80px;
}

#agenda-item {
    position: relative;
    height: 390px;
    margin-bottom: 30px;
}

#agenda-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#agenda-item-content {
    position: relative;
    padding: 15px;
    height: calc(100% - 30px);
    display: flex;
    align-items: flex-end;
}

#agenda-item-content-inner {
    background-color: var(--white-color);
    padding: 15px;
    width: calc(100% - 30px);
}

#agenda-item-permalink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#agendas-paginator {
    margin-bottom: 120px;
}

#agenda-item-content-metadata {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 2px solid #97AAC4;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#agenda-item-content-title {
    padding-top: 10px;
}

#agenda-item-content-metadata .post-by {
    opacity: 40%;
}

#agenda-list-item {
    margin-top: 10px;
    background-color: var(--white-color);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#hero a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#agenda-heading {
    margin-bottom: 30px;
}

#agenda-head h2 {
    margin-bottom: 20px;
}

#agenda-search {
    position: relative;
}