.cards {
    background-image: url(bg.jpg);
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.cards .logo {
    width: 130px;
    margin: 0 auto;
}
.cards .logo img{
	max-width: 100%;
}
.cards h1 {
    font-size: 26px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}
.cards ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.cards ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    margin-bottom: 20px;
}
.cards ul li {
    display: inline-block;
    margin: 0 6px;
}
.cards ul li img {
    width: 30px;
}
.details {
    padding: 0 15px;
}
.details p {
    display: block;
    width: 100%;
    clear: both;
    line-height: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-bottom: 6px;
    font-size: 18px;
    position: relative;
    z-index: 99;
}
.details p:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 40px;
    width: 40px;
    left: 0;
    z-index: -1;
    transition: all 0.3s;
}
.details p:hover a{
    color: #42929d;
}
.details p:hover:after {
    width: 100%;
}
.details p a{
    color: #fff;
    text-decoration: none;
}
.details p a i {
    float: left;
    background: white;
    padding: 10px;
    font-size: 20px;
    color: #209dae;
}
.col-md-4.col-md-offset-4.text-center {
    padding: 0;
}