 body.widget-snippet .category-box-list-container .item{
   padding:10px;
 }
body.widget-snippet .category-box-list-container .item .inner-content {
z-index: unset;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  margin-top: -200px;
  padding-bottom: 110px;
}
 body.widget-snippet .category-box-list-container .item:after{
   display:none;
}
section.about-feature-category .title{
  max-width: 1140px;
  margin: 0 auto 20px;
   text-align: center;
}
 section.about-feature-category .title h2.heading-title1 {
  text-transform: unset;
   margin: 0 0 20px;
}
 section.about-feature-category .title p{
  max-width: 1200px;
  font-size: 15px;
  line-height: 30px;
  margin: 0 auto 10px;
  letter-spacing: 0.02px;
}
section.about-feature-category .title p:last-of-type{
  margin: 0;
}
.category-box-list-container {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    grid-gap: 16px;
    margin-top: 40px;
}
section.about-feature-category {
    margin: 80px 0 120px 0;
    padding: 0 60px;
}
section.about-feature-category > h2, section.feature-category > p {
    text-align: center;
}

.category-box-list-container .item{
  position:relative;
  overflow: hidden;
  max-width: 344px;
  max-height: 465px;
}

.category-box-list-container .item:after {
    content: "";
    background: rgba(0, 0, 0, 0.37);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.category-box-list-container .item:hover img{
    -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: scale(1.05);
}
.category-box-list-container .item:hover a{
    background: #fff;
    color: #000;
}
.category-box-list-container .item .inner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}
.category-box-list-container .item .inner-content .title {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
    font-family: Didot;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin: 0 0 26px;
}
.category-box-list-container .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
