.toplevel_page_wpsaad-menu .wp-first-item {
    display: none;
}

.wpsaad_plugins {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
.wpsaad_plugins .plugin {
    align-content: center;
    width: 25%;
    padding: 5%;
    text-align: center;
    background: #fff;
    box-shadow: 1px 0px 4px 1px rgb(237 95 67 / 50%);
}
.wpsaad_plugins .plugin h2 {
    font-size: 25px;
    line-height: 1.5;
    color: #ed5f43;
}
.wpsaad_plugins .plugin a {
    font-size: 18px;
    font-weight: 700;
    background: #000;
    color: #ffff;
    padding: 5px;
}