/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.footer-logos {
  padding: 40px 10% 20px;
  text-align: center;
}

.footer-logos__title {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-logos__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
}

.footer-logos__row img {
  max-height: 40px;
  max-width: 120px;
  height: auto;
  width: auto;
  opacity: 0.75;
  filter: grayscale(100%);
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.footer-logos__row img:hover {
  opacity: 1;
  filter: none;
  transform: translateY(-2px);
}
