#ticket .item {
    padding: 10px;
    background-color: #efefef;
    transition: 0.5s;
    cursor: pointer;
}
#ticket .item:hover {
    background-color: #118dd9;
    color: #ffffff;
}
#ticket .item:hover H4 {
    color: #ffffff;
}
#ticket .item:hover .icon {
    border: 1px solid #ffffff;
    color: #ffffff;
}
#ticket .item .title {
    width: 100%;
    text-align: center;
}
#ticket .item .icon {
    border: 1px solid #242424;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 46px;
    background-color: transparent;
}

.blogpost img{
    margin-left: 10px;
    margin-bottom: 7px;
}

