.elementor-1259 .elementor-element.elementor-element-ba4587b{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1259 .elementor-element.elementor-element-60d7b1b > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a05a4ee */.depCat  div#depCat1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.depCat div#depCat1 > h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
margin:0;
}
.depCat div#depCat1 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 10px;
  padding: 25px;
  width: 100%;
}
.depCat div#depCat1 > div > div {
  width: 16%;
  padding: 45px 0;
  border-radius: 5px;
  border: 1px solid #cccccc;
  transition: all 300ms linear;
}
.depCat div#depCat1 > div > div:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}
.depCat div#depCat1 > div > div > a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: black;
  gap: 15px;
}
.depCat div#depCat1 > div > div > a > img {
  width: 32px;
  height: 32px;
}
.depCat div#depCat1 > div > div > a > h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}
@media (max-width: 576px) {
  .depCat div#depCat1 {
    gap: 15px;
  }
  .depCat div#depCat1 > div > div {
    width: 48%;
    padding: 30px 0;
  }
  .depCat div#depCat1 > div > div > a > h4 {
    font-weight: 700;
  }
}/* End custom CSS */