.searchResultsWrapper__title {
    margin-top: 0;
    padding-top: 0;
}

.searchResultsWrapper__amount {
    margin-bottom: 0.5em;
}

@media (min-width: 700px) {
    .searchResultsWrapper__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
