.processo-wrapper{
    position: relative;
    box-shadow: 1px 1px 4px lightgrey;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    width: 100%;
}

.processo-wrapper h3{
    background-color: black;
    color: white;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    height: 2.5rem;
    line-height: 3;
    
}

.processo-title{
    height: 16rem;
    padding: 2rem;
}

.processo-btn{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5rem;
    text-align: center;
}

.center{
    text-align: center;
    text-align: -webkit-center;
}