.button-wrappaer3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-3{
    width: 150px;
 
    margin:30px 15px;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-3:hover {
    background-color: #1579c0;
}
ul{
  padding-left:0;
}

li{
  list-style:none;
}