.project-list {
    display: flex;
    flex-wrap: wrap;
}
.project-list-event {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    max-width: calc(100% - 40px);
    border-top: 1px solid #ECEAE1;
}
@media (max-width: 767px) {
    .project-list-event {
        padding-top: 21px;
    }
    .project-list-event__button {
        font-size: 16px;
    }
}