.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #a4a4a4;
}

.ellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

a {
    color: rgb(89 87 87);
}

h4 {
    margin-bottom: 0;
}

section {
    padding: 50px 0 150px 0;
}

main {
    padding: 50px 0;
}

.gallery-filters .filter:first-child {
    margin-left: 0px;
}

.gallery-filters .active,
.gallery-filters .active:focus,
.gallery-filters .active:hover,
.gallery-filters .filter:focus {
    background: rgb(255, 198, 0);;
    color: #ffffff !important;
    font-weight: 600;
}

.gallery-filters .filter:hover {
    border: #a4a4a4 solid 1px;
    box-shadow: 0 3px 10px 0 rgb(33 82 131 / 11%);
}

.gallery-filters .filter {
    color: #a4a4a4;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
}

.date {
    font-size: 15px;
}

.comments {
    font-size: 15px;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}