#header .logo img {
    padding: 0;
    max-height: 128px;
}

.section-header h3 {
    font-size: 40px;
    color: #283d50;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.service-card:hover{
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 6px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 6px 0px rgba(0,0,0,0.75);
    transition-duration: 0.5s;
}

@media (max-width: 767px) {
    .hero-img {
        display: none;
    }
}