.item-text .item-text-content {
    background-color: #afca0a;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.item-text a {
    color: #fff;
    text-decoration: none;
}
.item-text-content {
    position: absolute;
    top: 0;
height: 100%;
}

@media (max-width:767px) {
    .item-text-content {
        position: relative;
    }
}

.item-text a:hover .item-text-content {
    background-color: #96b100;
}

@media (min-width: 992px) {
    .item-text.w2 .item-text-content {
        padding: 25px;
    }
}

.item-text-content p {
    margin: 0;
}