.categoriesproduct-block-3 {
    padding-top: 15px;
    padding-bottom: 30px;
}

.anthemeblocks-categoriesproduct-3 {
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categoriesproduct-image-3 {
  position: relative;
  overflow: hidden;
}
.categoriesproduct-content-3 {
    position: absolute;
    bottom: 0px;
    width: 72%;
    margin-left: 14%;
    margin-bottom: 7%;
}
.categoriesproduct-image-3 img {
    max-width: 100%;
    transition: .5s;
}
.categoriesproduct-image-3 h3 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;  
}
.categoriesproduct-image-3 p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  display: none;
  color: #000;
  margin-bottom: 0;
}
.banner-p-3 {
  transition: .2s;
  margin-top: 25px;
  display: none;
}
.anthemeblocks-categoriesproduct-item-3 {
  width: 48%;
  margin: 1%;
}
.categoriesproduct-block-3 h2{
  text-align: center;
  font-size: 28px;
  margin-bottom: 48px;
}
.categoriesproduct-block-3 .decor_line:before{
  margin-right: 4.5%;
  margin-bottom: 3px;
} 
.categoriesproduct-block-3 .decor_line:after{
  margin-left: 4.5%;
  margin-bottom: 3px;
}
.anthemeblocks-categoriesproduct-content-3 {
  margin-bottom: 12px;
}
.anthemeblocks-categoriesproduct-content-3 p{
  max-width: 269px;
  color: #969597;
  line-height: 22px;
  font-size: 12px;
  margin-bottom: 24px
}
.anthemeblocks-categoriesproduct-item-3:hover img {
    transform: scale(1.025);
}
.anthemeblocks-categoriesproduct-item-3:hover .categoriesproduct-content-3 p {
  display: inline-block;
}
.anthemeblocks-categoriesproduct-item-3:hover .banner-p-3 {
  display: inline-block;
}
.anthemeblocks-categoriesproduct-item-3:hover .categoriesproduct-image-3 h3 {
  opacity: 0;
}
/**/
.categoriesproduct-item-3 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.categoriesproduct-item-3:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
/**/
@media (max-width: 1024px) {
  .anthemeblocks-categoriesproduct-content-3 p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .anthemeblocks-categoriesproduct-3 {
    justify-content: center;
  }
  .categoriesproduct-item-3 {
    width: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
    .categoriesproduct-item button-3 {
      padding: 15px 38px 15px 38px;
    }
    .anthemeblocks-categoriesproduct-content-3 p {
      margin-bottom: 19px;
    }
    .anthemeblocks-categoriesproduct-item-3 {
      width: auto;
      margin: 5%;
    }
}