/* -----------------------------------------------------------
Hero
-----------------------------------------------------------*/
#hero {
    min-height: 500px;
}
@media(max-width: 991px){
    #hero {
        min-height: 200px;
        background-position: center;
    }
}
/* -----------------------------------------------------------
Hero
-----------------------------------------------------------*/
#top {
    padding: 100px 0;
}
#top .left {
    padding-right: 50px;
    color: #384B5A;
}
#top .left em {
    font-style: normal !important;
    font-weight: 300;
    font-size: 18px;
}
#top .right .top {
    margin: 20px 0;
}
#top .right .top img {
    width: 100%;
}
#top .right .bottom {
    display: flex;
    justify-content: space-between;
}
#top .right .bottom img {
    height: 130px;
    object-fit: cover;
    width: 24%;
    cursor: pointer;
}
#top p a{
    color: #D12E2E;
}
@media(max-width: 991px){
    #top {
        padding: 50px 0;
    }
    #top .right .bottom img {
        height: 100px;
    }
}

/* -----------------------------------------------------------
Hero
-----------------------------------------------------------*/
#bottom {
    padding: 100px 0;
}
#bottom h2{
    margin-bottom: 20px !important;
}
#bottom em {
    font-style: normal !important;
    font-weight: 300;
    font-size: 18px;
}
#bottom .col-xl-6{
    padding-left: 40px;
    padding-right: 40px;
}

@media(max-width: 991px){
    #bottom {
        padding: 50px 0;
    }
    #bottom .col-xl-6{
        padding-left: 0;
        padding-right: 0;
    }
}

/* -----------------------------------------------------------
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;
}