.hero {
    min-height: 85vh;
}

.main-h1 {
    text-align: center;
    margin-bottom: 48px;
}

.hero-our-products-text {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-align: center;
    width: 581px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-list-title {
    margin-bottom: 48px;
    margin-top: 60px;
}

.product-list-title:first-child {
    margin-top: 0;
}

.product-list-item-title--desk-hide {
    display: none;
}

@media screen and (max-width: 992px) {
    .product-list-item-title--desk-hide {
        display: flex;
    }

    .product-list-title {
        margin-top: 48px;
        margin-bottom: 24px;
    }

    .main-h1 {
        text-align: left;
        color: rgba(255, 255, 255, 1);
        font-size: 48px;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: -2.4px;
        text-align: left;
        margin-bottom: 40px;
    }

    .hero-our-products-text {
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.3px;
        text-align: left;
        width: 307px;
        max-width: 100%;
        margin-left: 0;
    }
}