
.top-category-four {
    margin: 20px 0 70px;
  }
  
  @media only screen and (max-width: 767px) {
    .top-category-four {
        margin-bottom: 120px;
    }
  }
  
  .top-category-four::after {
    content: "";
    top: -webkit-calc(100% + 23px);
    top: -moz-calc(100% + 23px);
    top: calc(100% + 23px);
    left: 0;
    width: 100%;
    height: 250px;
    background: url("./../../../assets/images/shadow-top-category-002.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  
  .top-category-four .row {
    gap: 24px 0;
  }
  
  .top-category-four-item {
    border: 1px solid #e1e1e2;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 100%;
    padding: 6px 0 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .top-category-four-item .image {
    max-width: 127px;
    width: 100%;
    max-height: 131px;
    height: 100%;
  }
  
  .top-category-four-item h2 {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  
  .top-category-four-item span {
    font-size: 50px;
    font-weight: 900;
    line-height: 40px;
    color: #ffb035;
  }
  
  .top-category-four-item span+h2 {
    margin-top: 0;
  }
  
  .top-category-four-item:hover {
    background-color: #e1e1e2;
  }
  