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