.card {
  border:none;
}

.card {
  border:none;
}

.container {
  max-width:992px !important;
}

@media (min-width: 992px) {
  .card-body.cbodyr {
    padding-left:20px !important;
  }
}

.item > li > .img-fluid {
  min-height:300px;
}

.img-fluid.prod-img {
  min-height:180px;
  max-height:180px;
  max-width:230px;
  min-width:230px;
}

.rounded-circle {
    border: 5px solid #343a40;
}

.home-banner{
  background-position:center;
  background-size:auto;
  margin-top:-19px;
  margin-bottom:38px;
  background-repeat:no-repeat;
  height:555px;
}

.home-banner-text{
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  /*background: red;*/
  background: linear-gradient(to right, rgb(33,86,154,0), rgba(33,86,154,0.6),rgb(33,86,154,0));
  -webkit-text-stroke: 0.02em #ffffff;
}

@media (min-width: 992px) {
  .home-banner-text{
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .home-banner-text{
    font-size: 26px;
  }
}