.uc-project  {
    width: 100%;
    padding: 0 40px 0 40px;
}

.button_yellow {
    background-color: #EAF4AB;
    border-radius: 20px;
}
.button_yellow:hover {
    background-color: #E6F587;
    border-radius: 20px;
    transition: 0.3s;
}
.button_red {
    background-color: #E2494D;
    border-radius: 20px;
}
.button_red:hover {
    background-color: #CE3539;
    border-radius: 20px;
    transition: 0.3s;
}
