/* Start custom CSS for bdevs-pricing-home1, class: .elementor-element-4d27f37 */.plan-logos{
  list-style:none !important;
  margin-top:15px;
}

.logos-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  background:#f5f5f5;
  padding:12px;
  border-radius:8px;
}

.logos-wrap img{
  height:26px;
  width:auto;
  object-fit:contain;
  transition:0.3s;
  opacity:.9;
}

.logos-wrap img:hover{
  opacity:1;
  transform:scale(1.08);
}/* End custom CSS */