#top h1 {
    color: #324758;
}
@media (max-width: 576px) {
    #top h1 {
        text-align: center;
    }
}
#top {
    padding: 50px 0 0;
    min-height: 500px;
    display: flex;
    align-items: end;
}
#top p {
    margin: 0;
}
@media (max-width: 576px) {
    #top p {
        text-align: center;
    }
}
#top .wrap {
    background: rgba(255, 255, 255, 0.93);
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 576px) {
    #top .wrap {
        flex-direction: column;
    }
}
#top .left {
    margin-right: 50px;
}
@media (max-width: 576px) {
    #top .left {
        margin: 0 0 20px;
    }
}
#top .click .btn {
    margin: 0 auto;
    display: block;
    width: fit-content;
}


#gallery{
    padding: 50px 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;
}

#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;
    }
}