.post-type-archive .products_list_wrapper ul.products {
    height: unset;
}

.bottom-catalog-section-text {
    color: #121212;
    font-size: 18px;
    line-height: 26px;
}

@media (min-width:1101px) {

    .woocommerce__content .products_list_wrapper {
        width: 75%;
    }

    .woocommerce__content .products_list_wrapper ul.products {
        width: unset;
    }

}