body {
    background: #fff;
}
.breadcrumb {
    min-height: 330px;
}
.breadcrumb .top-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
}
.breadcrumb .top-head-content {
    align-items: center;
}
.breadcrumb h1 {
    font-size: 39px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.breadcrumb ul {
    display: inline-block;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li a {
    color: #151515;
}
.title-3 h3 {
    text-transform: uppercase;
}
.list--news li {
    display: flex;
}
.list--news li .l-image {
    flex: 0 0 35%;
    max-width: 35%;
}
.list--news li .l-post {
    padding-left: 10px;
}
.ca-header h1 {
    color: #151515;
}
