        .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;
  
}

