
.faq-section {
            padding: 10px;
    }
.faq-section h4 {
            margin-bottom: 10px;
        }

.faq-section p {
            font-size: 0.9em;
            margin-left: 20px;
            margin-bottom: 20px;
    }

.faq_main_body {
    display: flex;
    flex-direction: column;
    align-content: center;
    /*margin-left: 50px;
    margin-right: 50px;*/
    padding: 10px;
    font-family: Arial, sans-serif;
     /*margin-top: 60px;*/
    background-color: #ffffff;
    border-radius: 12px;
    }
        
.faq_h1{
    background-color: transparent;
    background: transparent;
    text-align: center;
    margin: 0px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: bold;
    font-size: 80px;
    }
  
@media screen and (max-width: 768px) {
        .faq_h1 {
           
            font-size: 36px; /* Adjust font size for smaller screens */
        }
        
}