* {
    margin: 0;
    padding: 0;
    font-family: sen;
}
.points-cont {
    background-color: #fff;
    width: 327px;
    min-height: 77px;
    height: auto;
    max-width: 100%;
}
.header-top {
    background-image: url(/img/br-header.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 348px;
    height: auto;
}
.header-cont {
    height: 100%;
    padding-left: 45px;
    padding-right: 25px;
}
.points-num-title-cont {
    font-size: 18px;
    color: #A7A9B7;
    font-weight: 400;
}
.points-num-cont {
    font-size: 23px;
    color: black;
    font-weight: 400;
}