.service-section h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-section .single-service {
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-section .nav-item img {
    width: 100%;
    object-fit: cover;
}

.service-section .nav-item img:hover {
    opacity: 0.8;
	border-radius: 3px;
    box-shadow: 0 10px 45px 0 rgba(0,14,49,.25);
    border-color: #fff;
}

.service-section div.descr {
    padding: 0 80px 30px 80px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #8f9397;
}