.opeProc__button {
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 75px;
    width: 301px;
    margin-bottom: 5px;
    margin-right: 5px;
    transition: 1s;
    background: linear-gradient(#fff, #e6e6e6) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.opeProc__button:hover {
    background: #e6e6e6 !important;
}