/* Add custom CSS styles below */ 
p.text-sm.flex.items-center.justify-center.gap-2 {
    display: none;
}


@media (min-width: 1024px) {
  .footer-certificates.mt-6.flex.items-center.justify-center {
    position: relative;
    top: 158px;
    left: 200px;
  }
}

a.inline-block.mb-6 {
  display: inline-block;
  width: 200px;
  height: auto;
}

a.inline-block.mb-6 img {
  display: none; /* إخفاء الصورة الأصلية */
}

a.inline-block.mb-6 {
  background-image: url('https://cdn.salla.sa/aemwgb/xaZ7Iy5uCUaPYoE1brv1MXyd7oyoEJJxKWvlOQP0.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px; /* حدد ارتفاع مناسب حسب التصميم */
}