/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.2.1728615800
Updated: 2024-10-11 03:03:20

*/

.footer-raptor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
  padding: 10px 0;
  background-color: #000;
}

.footer-logo {
  height: 40px;
  width: auto;
  display: inline-block;
}

.footer-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .footer-raptor {
    flex-direction: column;
  }

  .footer-logo {
    height: 35px;
  }

  .footer-text {
    font-size: 14px;
  }
}

