.events-box {
    border: 1px solid #ddd;
    height: 100%;
    padding: 20px;
}
.events-list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.events-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: initial;
}
.events-title a {
    color: #000;
    font-weight: 700;
}
.events-title a:hover {
   color: var(--red);
}
.events-meta {
    font-size: 20px;
    color: var(--red);
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 30px;
}
.events-btn {
    margin-top: 20px;
}
.gray-bg {
    background: #f3f3f3;
}
.single-events-meta {
    font-size: 24px;
    color: var(--red);
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 30px;
}
@media screen and (max-width: 767px) {
.events-title {
    font-size: 24px;
    line-height: 32px;
}
.single-events-meta {
    font-size: 20px;
}
}