.golden_sponsorship .header {
            background-color: #032530;
            color: white;
            padding: 30px;
            text-align: center;
            border-radius: 8px 8px 0 0;
        }
        
       .golden_sponsorship  .header h1 {
            font-size: 1.8rem;
            font-weight: normal;
        }

 .golden_sponsorship .content {
            padding: 40px;
            display: flex;
            gap: 40px;
            align-items: flex-start;
        }
        
        
.golden_sponsorship .benefits-list {
            flex: 1;
        }
	.golden_sponsorship .image-section {
            flex: 0 0 500px;
        }
        
        .golden_sponsorship .image-section img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        
        .golden_sponsorship .benefit {
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }
        
        .golden_sponsorship .benefit:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }
        
        .golden_sponsorship .benefit-title {
            font-size: 1.1rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
        }
        
        .golden_sponsorship .benefit-description {
            color: #666;
            font-size: 1rem;
        }
        
        @media (max-width: 600px) {
           
            
           .golden_sponsorship  .header {
                padding: 20px;
            }
            
           .golden_sponsorship  .header h1 {
                font-size: 1.5rem;
            }
            
           .golden_sponsorship  .content {
                padding: 25px;
            }
        }

.footer-logo-area img{
width:100px;
  height:100px
}