a.p-button{
    display: inline-block;
    background-color: #115330;
    padding: 10px 25px;
    color:white;
    margin:10px 0;
    transition: all 0.2s ease-in-out;
    border: 1px solid #115330;
}a.p-button:hover{
    background-color: white;
    color:#115330;
    border: 1px solid #115330;
    transition: all 0.2s ease-in-out;
}

p.p-slider-h2{
    font-size: 2.2em!important;;
}
ul.pages-3 p.p-pages3-h2 a {
    color: #115330 !important; 
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: none;
    background: none;
}