﻿.sidebar {
    border-right: 1px solid #A9A18C;
    width: 200px;
}

.bg2 {
    background: url(~/img/bg2.jpg);
}

.title-search {
    margin-top: 5px;
    margin-bottom: 3px;
}

.title {
    color: red;
    font-weight: 900;
    font-size: 32px;
    text-align: center;
}

    .title a {
        color: red;
        text-decoration: underline !important;
    }

.card {
    border: none;
}

.bg2 .content {
    font-weight: 700;
    font-size: 18px;
    padding: 60px 40px 20px;
}

.news {
    font-size: 14px;
    font-weight: 600;
    background: #eae7e2;
}

    .news a {
        color:#212529;
    }

    .news div {
        padding: 3px;
    }

.div-img {
    padding: 30px;
}


