.fixed-rate {
    position: relative;
    margin: 0 0 20px;
    text-align: center;
    max-width: 100%;
}

.point {
    width: 100px;
    position: absolute;
    top: -130px;
    right: 0;

    @media (max-width: 767px) {
        width: 60px;
    }
}
