.wt-list {
list-style: none;
padding: 0;
margin: 0;
}
.wt-list .list-item {
position: relative;
padding-left: 75px;
}
.wt-list .list-item .list-icon {
border-style: solid;
width: 60px;
height: 60px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
text-align: center;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
transition: all 0.2s ease-in-out;
}
.wt-list .list-item .list-icon i, .wt-list .list-item .list-icon span {
width: 100%;
display: block;
text-align: center;
}
.wt-list .list-item h4 {
margin-bottom: 0;
}
.wt-list .list-item p {
margin: 0;
font-weight: normal;
}