.services{
    margin-bottom: 40px;
    overflow: hidden;
}
.services .box-thumbnail{
    padding-top: 70%;
}
.services .item{
    padding: 20px 15px;
    margin: 15px 0;
    overflow: hidden;
}
.services .item .right h3{
    margin: 0;
}
.services .item .right h3 a{
    color: white;
    font-size: 0.6em;
    margin-bottom: 15px;
    margin-top: 20px;
}
.services .item .right h3 a:hover{
    color: orange;
}
.services .item .right .desc{
    color: white;
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 15px;
    min-height: 75px;
}
.services .item .right .btn-readmore{
    float: left;
    background-color: white;
    padding: 5px 20px;
    font-size: 13px;
    border-radius: 10px;
    opacity: 0.8;
}
.services .item .right .btn-readmore:hover{
    opacity: 1;
    color: orange;
}
.services .item .right span{
    float: right;
    color: white;
}
.services .item .right span i{
    margin-right: 7px;
}
.services .action{
    overflow: hidden;
}

@media screen and (max-width: 767px){
    .services{
        margin-bottom: 0;
    }
}