
.home_bucket_icon {
    height: 147px;
    width: 147px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 145px;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 2px 8px #b4b8bc;
}