  .button_wp {
        display:flex;
        flex-wrap:wrap;
        justify-content: center;
    }
    .button_wp .sem {
        box-sizing: border-box;
        text-align: center;
        width:50%;
    }
    .button_wp .sem p {
        padding:1rem;
        margin:1rem;
        cursor:pointer;
        font-size:1.5rem;
        font-weight:700 !important;
        color:#FFF;
        transition:0.3s all;
    }
    .button_wp .sem.sem2 p {
        background-color:#ffb000;
    }
    .button_wp .sem.sem1 p {
        background-color:#42b9d1;
    }
    .button_wp .sem.sem2:hover p {background-color:#ff8800;}
    .button_wp .sem.sem1:hover p {background-color:#00b4d9;}
    .title_wp {text-align:center;}
    .title_wp h2 {font-size:2.5rem; font-weight:700; margin-bottom:1.5rem;}