.wloclawek {
    background: url(./dist/images/wloclawek-new.png) bottom no-repeat;
    background-size: 84% auto;
}

.intro-text::before {
    content: '';
    position: absolute;
    right: -75px;
    bottom: -75px;
    background: url(./dist/images/claim.png) no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
}

@media all and (max-width: 992px){
    .intro-text::before{
        display: none;
    }
}