.c-events {
    position: relative;
    max-height: 35rem;
    overflow-x: auto;
}
.c-events .kt-portlet__body {
    position: relative;
}
.c-events .kt-portlet__body:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #f2f3f8;
    top: 0;
    left: 25px;
}
.c-events__wrap {
    display: flex;
    flex-direction: column;
}
.c-events__single {
    display: flex;
    padding-left: 25px;
    margin-bottom: 25px;
    position: relative;
}
.c-events__single:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #646c9a;
    top: 2px;
    left: -5px;
}
.c-events__single__stamp {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    display: flex;
    flex-direction: column;
}
.c-events__single__stamp h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.c-events__single__stamp span {
    font-size: 14px;
}
.c-events__single__stamp small {
    font-size: 14px;
}
.c-events__single__action {
    width: 100%;
    padding: 15px;
    background: #f2f3f8;
    border-radius: 4px;
    position: relative;
}
.c-events__single__action__button {
    margin-bottom: 10px;
}
.c-events__single__action__button:last-child {
    margin: 0;
}
.c-events__single__action:before {
    position: absolute;
    content: "";
    top: 15px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f2f3f8 transparent transparent;
}
.c-events__single__action h6 {
    font-size: 14px;
    font-weight: 600;
}
.c-events__single__action h6 a {
    text-decoration: underline;
}
.c-events__single__action div {
    display: flex;
    flex-direction: column;
}
.c-events__single__action div p {
    margin: 0 5px 0 0;
}
.c-events__single__action div a {
    text-decoration: underline;
}
.c-events__single__action ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfe2e7;
    padding-bottom: 10px;
}
.c-events__single__action ul li {
    width: 25%;
    padding-right: 15px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    word-break: break-word;
}
@media screen and (max-width: 750px) {
    .c-events__single__action ul li {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .c-events__single__action ul li {
        width: 100%;
        padding-right: 0;
    }
}
.c-events__single__action ul li span {
    font-weight: 300 !important;
}
.c-events__single__row {
    display: flex;
    align-items: center !important;
    flex-direction: row !important;
    margin-bottom: 5px;
}
.c-events__single__row:last-of-type {
    margin-bottom: 0;
}
.c-events__single__row div {
    width: 1.25rem;
    height: 1.25rem;
    max-width: 1.25rem;
    max-height: 1.25rem;
    margin-right: 0.75rem;
}
.c-events__single__row div i {
    font-size: 0.9rem !important;
    font-weight: 700;
}
