#index-bg {
    background-image: url(../../images/wiki/index-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: -184px;
    padding: 0;
}

#index-bg__container {
    padding: 184px 0 0 0;
    background: rgba(0, 0, 0, 0.6);
}

#events {
    position: relative;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 64px;
}

#events .block {
    background: rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    min-width: 232px;
    height: 120px;
    background-size: cover;
    position: relative;
    color: #fff;
}

#events .block:hover {
    text-decoration: none;
    color: #fff;
}

#events .block .block-content {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
}

#events .event-date {
    font-size: 14px;
    font-weight: 500;
}

#events .block h3 {
    font-size: 16px;
    position: absolute;
    bottom: 16px;
    margin: 0;
}

#search-row {
    margin-bottom: 73px;
}

#hero-title {
    font-size: 26px;
}

#hero-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
}