/*!
 * -------------------------------------------------------
 * Project Name : Prop Funding
 * Author       : SoftwareZon
 * Author URL   : https://softwarezon.com
 * Version      : 1.0.0
 * Created      : 2025
 * Description  : Contains global CSS used by Trusted Investor  section.
 * File         : trusted-investor.css
 * -------------------------------------------------------
 * ©2025 SoftwareZon. All Rights Reserved.
 * -------------------------------------------------------
 */
/*----------------------------------------------------
  01. Trusted Investor   Section Styles
----------------------------------------------------*/
.trusted-investor-logo img {
  max-width: 120px;
  width: auto;
  height: auto;
}
@media all and (max-width: 767px) {
  .trusted-investor-logo img {
    max-width: 85px;
  }
}
