/* -----------------------------------------------------------
Hero
-----------------------------------------------------------*/
#hero {
    min-height: 500px;
}
#hero h1 strong {
    color: #324758 !important;
}

/* -----------------------------------------------------------
Services
-----------------------------------------------------------*/
#services {
    padding: 50px 0;
}
#services h3{
    height: 68px;
}
#services .service {
    margin-bottom: 50px;
}
#services .service a {
    color: #324758;
    text-decoration: none;
}
#services .service .image {
    position: relative;
    margin-bottom: 20px;
}
#services .service .image .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#services .service .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}