        .content p{
        color: #505059;
    font: inherit;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    margin-bottom: 15px;
}
.content h2 {
    font-size: 32px;
    line-height: 150%;
    font-weight: 700;
        margin-bottom: 15px;
}
.banner {
    padding: 60px 0;
    background-image: url('/files_upload/banner.jpg');
    background-size: cover;
    background-position:center;
    position: relative;
}
.banner:before {
    content : "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.main-nav-breadcrumb-1 {
    text-align: left !important;
  
}
/*.breadcrumd nav {*/
/*      position: relative;*/
/*    z-index: 2;*/
/*}*/
/*nav .breadcrumb i,.breadcrumb-item+.breadcrumb-item::before{*/
/*    color: rgb(250 239 7);*/
/*}*/

/*.breadcrumb-item.active {*/
/*        color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: 100;*/
/*    text-transform: uppercase;*/
/*}*/

