.category-blog.category-blog--all-in-the-head .hero__search-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.category-blog.category-blog--all-in-the-head .hero__order-btn {
    text-decoration: none;
    white-space: nowrap;
}

.category-blog.category-blog--all-in-the-head .hero-wrapper {
    align-items: flex-start;
}

.category-blog.category-blog--all-in-the-head .hero__img-wrapper.hero__img-wrapper--natural {
    flex: 0 0 auto;
    align-self: flex-start;
    max-width: min(210px, 23%);
}

@media (max-width: 767px) {
    .category-blog.category-blog--all-in-the-head .hero__img-wrapper.hero__img-wrapper--natural {
        max-width: min(210px, 100%);
    }
}

.category-blog.category-blog--all-in-the-head .hero__img-wrapper.hero__img-wrapper--natural img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    object-fit: unset;
    aspect-ratio: auto;
    min-width: 0;
}
