#productContainer {
    color: #777;
}
#productContainer img {
    height: auto;
    max-width: 100%;
}
#productContainer .product-nav {
    margin-bottom: 15px;
}
#productContainer .design-range-title {
    color: #4f68a8;
    font-weight: 700;
}
#productContainer > section {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#productContainer .title {
    color: #4f68a8;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}
#productContainer .text-title {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
#productContainer .design-range-wrapper {
    font-size: 12px;
}
#productContainer .card-body {
    padding: 10px 0;
}
#productContainer .tags-wrapper .tags {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}
#productContainer .tags-wrapper a {
    margin-top: 10px;
    margin-right: 10px;
}
#productContainer .product-description p {
    text-align: center;
}
@media (min-width: 992px) {
    #productContainer .card-body {
        padding-left: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }
    #productContainer .card-body h4 {
        margin-top: 0;
    }
}