 .main-content {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .container {
            max-width: 1360px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-title {
            font-size: 32px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px; 
            line-height: 1.3;
        }

        .service-section {
            margin-bottom: 60px;
        }

       .service-title {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px; 
        }
        .service-underline {
            width: 40px;
            height: 4px;
            background-color: #ffd700;
            margin-bottom: 15px;
        }
        
                .main-section-underline {
            width: 50px;
            height: 4px;
            background-color: #ffd700;
            margin-bottom: 40px;  /* Added space after the main title underline */
        }

        .service-description {
            font-size: 16px;
            line-height: 1.8;
            color: #666;
            margin-bottom: 20px;
            text-align: justify;
        }

        .service-list {
            
            
            list-style: disc; 
          padding-left: 20px;   
          margin: 20px 0;
        }

        .service-list li {
            padding: 5px 0;
            color: #666;
        }

        .highlight-box {
            background-color: #e8f4f8;
            border-left: 4px solid #ffd700;
            padding: 20px;
            margin: 30px 0;
            font-style: italic;
            color: #666;
        }
        
        
        @media (max-width: 374px) {
        .section-title{font-size:30px;}
         .service-title{font-size:23px;}
        }