﻿.our-webcoderskull .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin: 0 0 28px;
    height: 350px;
}

    .our-webcoderskull .cnt-block figure {
        width: 100%;
        height: 75%;
        display: inline-block;
    }

    .our-webcoderskull .cnt-block img {
        width: 100%;
        height: 100%;
    }

    .our-webcoderskull .cnt-block h3 {
        color: #2a2a2a;
        font-size: 20px;
        font-weight: 500;
        min-height: 47px;
    }

        .our-webcoderskull .cnt-block h3 a {
            text-decoration: none;
            color: #2a2a2a;
        }

            .our-webcoderskull .cnt-block h3 a:hover {
                color: #337ab7;
            }

    .our-webcoderskull .cnt-block p {
        color: #2a2a2a;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
    }

    .our-webcoderskull .cnt-block .follow-us {
        /*margin:20px 0 0;*/
        padding: 0;
        list-style: none;
    }

        .our-webcoderskull .cnt-block .follow-us li {
            display: inline-block;
            width: auto;
            margin: 0 5px;
        }

            .our-webcoderskull .cnt-block .follow-us li .fa {
                font-size: 24px;
                color: #767676;
            }

                .our-webcoderskull .cnt-block .follow-us li .fa:hover {
                    color: #025a8e;
                }

.our-webcoderskull ul {
    list-style-type: none;
}