.detail-category-name {
    color: white;
    background-color: #909090;
    text-align: center;
    font-size: 24.33px;
    font-weight: bold;
    height: 50px;
    display: grid;
    align-items: center;
}

.product-title {
    font-size: 24.33px;
    font-weight: bold;
    width: 20%;
}

.archive-products ul {
    padding-left: 0;
}

.archive-row {
    padding: 20px 0;
}

.archive-row {
    display: flex;
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
    align-items: center;
}

.product-url {
    height: auto;
    width: 20%;
}

.product-url-button {
    background-color: black;
    width: 130px;
}

.product-url a{
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 18.4px;
    font-weight: bold;
}

.product-feature {
    font-size: 18.4px;
}


@media screen and (max-width: 768px) {
    .detail-category-name, .product-feature {
        font-size: 16.97px;
    }
    .product-title {
        font-size: 21.79px;
    }
    .product-url-button {
        font-size: 19.23px;
    }
    .product-feature {
        padding-left: 40px;
    }
}

@media screen and (max-width: 431px) {
    .detail-category-name, .product-feature {
        font-size: 15.66px;
    }
    .product-title {
        font-size: 19.49px;
    }
    .product-url-button {
        font-size: 17.47px;
        width: 100%;
        height: 50px;
        display: grid;
        align-items: center;
    }
    .product-feature {
        padding: 20px 0 0 0;
    }
    .product-title, .product-url {
        width: 50%;
    }
    .archive-row {
        flex-wrap: wrap;
    }
}