.currency-reserv {
    padding-top: 140px;
}

.reserv-holders {
    position: relative;
}

.reserv-holders::before {
    content: "";
    width: 400px;
    max-width: 50%;
    height: 296px;
    position: absolute;
    right: 0;
    top: -170px;
    background: url('8march.png') no-repeat 0 0;
    background-size: 100% auto;
    z-index: 1;
    pointer-events: none;
}

.reserv-holders h2 {
    text-align: left;
}