.wyszukiwanie {
    padding: 40px;
    border: solid 2px #eaeaea;
    border-radius: 30px;
}

.width33{
    width: 30% !important;
}


.wyszukiwanie img {
    max-height: 250px;
    object-fit: contain;
    margin-bottom: 20px;
}

.content-search {
    width: 90%;
    margin: auto;
    text-align: center;
    color: black;
}

@media screen and (max-width: 911px){
    .width33{
        width: 90% !important;
        margin: auto;
    }
}