#slider_1 .slide {
    display: block;
    position: relative;

    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slider_1 .slide a {
    padding: 30px;
}

#slider_1 .slide {
    text-align: center;
    min-height: 500px;
}

#slider_1 .slide h2 {
    font-size: 46px;
    font-weight: 700;
    text-transform: none;
    margin-top:5px;
    margin-bottom: 25px;
    color:#145f8f;
    line-height:58px;
}

#slider_1 .slide h2 span {
    font-size: 24px;
    margin-bottom:10px;
    display: block;
    line-height:24px;
    font-weight: 400;
}

#slider_1 .slide .find_out_more {
    display: inline-block;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 45px;
    margin-bottom:25px;
    letter-spacing:.1px;
    color:#464646;
    background-color:#d5d4d4;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#slider_1 .slide .find_out_more:hover {
    background-color:#145f8f;
    color:#fff;
}

#slider_1 .slide .find_out_more i {
    display:inline-block;
    margin-left:7px;
}


@media screen and (max-width: 992px) {
    #slider_1 .slide a {
        margin: 1px;
    }

    #hero_slider section {
        min-height: 400px !important;
    }

    #hero_slider section a {
        padding: 90px 30px !important;
    }

    #slider_1 .slide h2 {
        font-size: 32px;
        line-height:auto;
    }


    #slider_1 .slide a {
        margin: 0;
    }

}

@media screen and (max-width: 480px) {
    #hero_slider section a {
        padding: 90px 15px !important;
    }
}