h2 { 
    color:black;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 40px;
}

    p {
        color: black;
    }
           

    /*============ TOP-TABS =============*/

#tabs-top{
    position: fixed;
    top: 5px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: orange;
}

#tabs-top a{
    float: left;
    display: block;
    width: 12%;
    height: 20px;
    font-weight: bold;
    font-size: 30px;
    color: whitesmoke;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}
.faq-section {
padding: 2rem;
background-color: #f9f9f9;
}

.faq-section h2 {
color: #2c3e50;
margin-bottom: 1rem;
}

.gallery img{
    width: 35%
}