.tpwf-block-item { position: relative; }
.tpwf-block-image { 
    position: relative; 
    display: inline-block;
    overflow: hidden;
    margin: 0;
}
.tpwf-block-cwrap {
    padding: 20px;
    margin-top: -15px;
    background-color: #e6e7e9;
}
.tpwf-block-icon { 
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -65px;
}
.tpwf-block-icon img { width: 100px;  }
.tpwf-block-title {
    padding-top: 50px;
    text-align: center;
    font-family: Oswald;
    font-weight: 700;   
    font-style: normal;
}
.tpwf-block-text {text-align: center; min-height: 80px;}
.tpwf-block-button {text-align: center;}
.tpwf-block-button a {}
.tpwf-block-button a:hover {}