.category-panel .conteainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1400px;
}

.category-panel {
  margin-top: 40px;
}

.category-panel .conteainer h1 {
  margin-top: 80px;
  font-size: 26px;
  font-weight: 600;
  color: #4b546b;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.category-panel .conteainer .items {
  margin-left: -15px;
  margin-right: -15px;
}

.category-panel .items 
.items-wrapper {
  width: 19.9999%!important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.category-panel .items .items-wrapper .items-wrapper--inner {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  border: 1px solid #dadfe4;
  padding: 0px 5px;
  max-height: 165px;
  margin: 10px 0;
  line-height: 200px;
  min-height: 200px;
}

.category-panel .items .items-wrapper .items-wrapper--inner .caption {
  position: absolute;
  top: -100%;
  left: 0px;
  background: #8fc933;
  width: 100%;
  height: 100%;
  color: #fff;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.category-panel .items .items-wrapper img.image {
  width: auto;
  height: auto;
}

.category-panel .items .items-wrapper .items-wrapper--inner .caption h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0;
  margin-top: 15px;
  margin-bottom: 5px!important;
  color: #fff;
}

.category-panel .items .items-wrapper .items-wrapper--inner .caption p {
  margin: 0px 0px 5px;
  text-align: center;
  padding: 0px 10px;
  line-height: 20px;
}

.category-panel .items .items-wrapper .items-wrapper--inner .caption  a {
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  white-space: nowrap;
  width: 165px;
  text-align: center;
  display: block;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  margin: 0px auto 0px auto;
  border: 1px solid #fff;
  cursor: pointer;
}
.category-panel .items .items-wrapper .items-wrapper--inner:hover .caption {
  top: 0;
}
.category-panel .items .items-wrapper .items-wrapper--inner {
  text-align: center;
}
@media screen and (max-width: 991px){
  .category-panel .items .items-wrapper {
    width: 33.33333%!important;
  }
}
@media screen and (max-width: 768px){
  .category-panel .items .items-wrapper {
    width: 50%!important;
  }
}
@media(max-width:420px){
  .category-panel .items .items-wrapper {
    width: 100%!important;
  }
}