.content {
    margin: -20px auto;
    width: 100%;
    max-width: 868px;
    padding-top: 0;
}

.section {
    font-family: "Segoe UI", Arial, sans-serif;
    margin: 20px 0;
}

.content h2 {
    font-size: 19px;
    color: white;
    padding: 10px;
    position: relative;
    left: 0;
    font-weight: 600;
    width: 100%;
}

.content__text {
    font-weight: normal;
    padding: 10px 0;
    font-size: 14px;
}

.content__text p {
    margin: 0;
    padding: 5px 0;
}

.bold {
    font-weight: bold;
    padding-bottom: 5px;
}

.content__img__link {
    display: block;
}
.content__img__text span{
    font-size:14px;
    color:#222222;
}
.content__img__text a{
    background-color: white;
    border: 0px;
    box-sizing: border-box;
    color: red;
    font-family: tahoma;
    font-size: 15px;
    font-stretch: normal;
    font-variant-east-asian: normal;
    font-variant-numeric: normal;
    font-weight: bold;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    text-decoration-line: none;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
}
.carousel-control-prev{
    left:-120px !important;
}
.carousel-control-next{
    right:-120px !important;
}
.btn-banner>i{
    font-size: 6vw !important;
    font-weight:bold;
    color: lightseagreen;
}
.header__banner{
    margin-top:5px;
}
#histats_counter{
    display: none !important;
}
section p, section ul, section table td {
    padding-left: 1rem;
    padding-right: 1rem;
}