.home-cols h5{
    font-family: 'Cuprum', sans-serif;
    font-size: 24px;
    padding: 10px 0;
    color: #83a802;
    border-bottom: 1px solid #addf00;
    margin: 0;
    text-align: left;
}
.home-cols p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    padding: 10px 0;
    text-align: left;
}
.home-page-block h1 {
    display: inline;
    background: #f07e3b;
    line-height: 2em;
    padding: .1em;
    color: #fff;
    box-shadow: .3em 0 0 #f07e3b, -.3em 0 0 #f07e3b;
    margin-bottom: 20px;
}
.home-page-block .content p {
    display: inline;
    text-align: justify;
    background: #f07e3b;
    line-height: 2.2em;
    padding: .2em;
    color: #fff;
    box-shadow: .3em 0 0 #f07e3b, -.3em 0 0 #f07e3b;
}
.home-banner {
    /*max-height: 480px;*/
    /*margin-top: -180px;*/
}

.home-header {
    text-align: center;
    text-transform: uppercase;
    color: #ce2129;
}
/*
.home-header span {
    display: inline-block;
    position: relative;
}
.home-header span:before, .home-header span:after {
    content: "";
    border-bottom: 2px solid #077c34;
    width: 3em;
    margin: 0 1.5em;
    position: absolute;
    bottom: .5em;
}
.home-header span:before {
    right: 100%;
}
.home-header span:after {
    left: 100%;
}*/
.home-about{
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-about h3{
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #444;
}
.home-about p{
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #444;
}
.home-about-image{
    padding:5px;
}
.home-about-image, 
.home-about-image .uk-cover-container, 
.home-about-image img{
    border-radius:5px;
    
}