/*!
 * -------------------------------------------------------
 * Project Name : Prop Funding
 * Author       : SoftwareZon
 * Author URL   : https://softwarezon.com
 * Version      : 1.0.0
 * Created      : 2025
 * Description  : Contains global CSS used by page overview section.
 * File         : page-overview.css
 * -------------------------------------------------------
 * ©2025 SoftwareZon. All Rights Reserved.
 * -------------------------------------------------------
 */
/*----------------------------------------------------
  01. Page Overview Section Styles
----------------------------------------------------*/
.header-shape-container {
  overflow-x: clip;
  z-index: -2;
  top: -80px;
  right: -40px;
}
.header-shape {
  height: 650px;
  right: 136px;
}
@media all and (max-width: 767px) {
  .header-shape-container {
    right: 0px;
  }
}
