﻿#services {
    padding-bottom: 75px;
    background: url("../images/testimonials-triangle-top-left.html") left bottom no-repeat;
    background-size: 25% auto;
}

    #services .head {
        text-align: center;
    }

        #services .head h1 {
            margin: 56px 0 12px;
        }

        #services .head p {
            display: inline-block;
            color: #6e767e;
            font-size: 16px;
            width: 600px;
            margin-bottom: 20px;
        }

    #services .row {
        margin: 0 -10px;
    }

        #services .row .item {
            padding: 0 10px;
        }

    #services .item img {
        border: 1px #e2e5e5 solid;
    }

    #services .item h2 {
        margin: 0 0 10px;
    }

        #services .item h2 a {
            color: #0a385d;
            font-weight: 500;
            font-size: 18px;
        }

    #services .item p {
        line-height: 18px;
    }

        #services .item p a {
            color: #6e767e;
            font-size: 12px;
        }


@media (max-width: 767px) {
    h1.line span {
        padding: 0 25px;
        font-size: 32px;
    }

    #services .head p {
        width: auto;
    }

    #services .item {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #services .item h2 a {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}
