       .body-1 {
           color: #0000;
       }

       .header {
           padding: 20px 0;
           color: #000;
           text-align: center;

           /* Background image setup */
           background-image: url('../img/header-bg.png');
           /* Replace with actual image path */
           background-repeat: no-repeat;
           background-position: right center;
           background-size: auto 100%;
           /* Adjust to fit header height */
           height: 13rem;
       }

       .section {
           padding: 40px 15px;
       }

       .section h2 {
           margin-bottom: 20px;
           font-size: 1.75rem;
       }

       .section-text {
           color: #FEAE00;
           font-size: 20px;
       }

       .content-container {
           color: #000;
           font-size: 20px;
       }

       .heading-text {
           font-weight: 600;
       }

       .logo {
           height: 6rem;
       }

       .row-img img {
           height: 200px;
           /* Adjust height as needed */
           object-fit: cover;
           /* Use 'contain' if you want full image visible */
           width: 100%;
       }

       .label-body-2 {
           font-size: 19px;
       }

       .section-3-1 {
           font-weight: bold;
       }

       .section-3 {
           font-size: 16px;
       }

       .bg-yellow {
           background-color: #FFFF55;
       }