.fa.fa-file-text-o {
    margin-right: -10px;
    margin-top: -1px;
}

.priceA {
    display: flex;
    justify-content: center;
}

.img a:hover {
    color: unset;
}

.styleTableTh {
    background-color: #c5e8ea !important;
}

.styleTable tr, td {
    background-color: #c5e8ea !important;
}

.tb_th {
    font-size: 19px;
}

.news_a {
    text-decoration: underline;
    font-style: italic;
}

.news__right .news__item .news__img {
    overflow: hidden;
    max-height: 200px;
    max-width: 150px;
}

.list-title {
    background-color: #fff !important;
    font-size: 24px;
}

/* News */

.news-item {
    display: flex;
    margin-bottom: 15px;
}

.news-img {
    overflow: hidden;
    max-height: 150px;
    border: 5px solid #216cb4;
    border-radius: 25px;
    max-width: 225px;
    margin-right: 25px;
}

.news-img img {
    border-radius: 20px;
    width: 100%;
}

.news-title h3 a {
    color: #216cb4;
}

/* footer */

.footer-wrapper {
    position: relative;
}

/* privacy policy window */

.privacy-policy-modal-show {
    justify-content: center;
}

.privacy-policy-modal {
    width: 40%;
}