.product .section {
  margin-top: 70px;
}

.product .section .container .row .col-12 .content {
  line-height: 40px;
  padding: 25px;
  box-shadow: 1px 1px 10px 1px rgba(185, 185, 185, 0.678);
  background-color: #E9EDF4;
}

.product .section .container .row .col-12 .content .ps-title {
  font-size: 26px;
  color: #2059B7;
}

@media (max-width: 600px) {
  .product .section .container .row .col-12 .content .ps-title {
    font-size: 26px;
  }
}

.product .section .container .row .col-12 .content ul {
  font-size: 16px;
}

@media (max-width: 600px) {
  .product .section .container .row .col-12 .content ul {
    padding-left: 0;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product .section .container .row .col-12 .content ul li {
    white-space: nowrap;
    font-size: 18px;
    width: 43%;
    margin-left: 20px;
  }
}

.product .section .v-pagination {
  margin: 50px 0;
}

.product .section .v-pagination .v-pagination__item {
  background-color: #707070;
  color: white;
}

.product .section .v-pagination .v-pagination__navigation {
  background-color: #707070;
}
/*# sourceMappingURL=product.css.map */
