


@media screen and (min-width: 0px) and (max-width: 900px) {body {
margin: 0;
font-family: Arial, sans-serif;
/*background: #0057d8;*/
color: white;
}}



@media screen and (min-width: 900px) and (max-width: 3600px) {body {
margin: 0;
font-family: Arial, sans-serif;
background: #0057d8;
color: white;
}}



/*@media screen and (min-width: 900px) and (max-width: 3600px) {*/
/*.faq-section {*/
/*height: 650px;*/
/*width: 50%;*/
/*margin: auto;*/
/*padding: 40px 20px;*/
/*}}*/




h1 {
font-size: 2.5rem;
margin-bottom: 30px;
}


@media screen and (min-width: 0px) and (max-width: 900px) {
.faq-section {
/*height: 650px;*/
width: 50%;
margin: auto;
padding: 40px 20px;
color: black    
}

.faq-grid {
display: flex;
gap: 40px;
flex-wrap: wrap;
}

.faq-column {
flex: 1;
min-width: 300px;
}

.faq-item {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
padding: 15px 0;
cursor: pointer;
font-size: 18px;
}

.faq-question {
font-size: 20px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}

.faq-question::before {
content: "+";
font-weight: bold;
position: absolute;
left: -25px;
}

.faq-item.open .faq-question::before {
content: "−";
}

.faq-answer {
display: none;
margin-top: 10px;
font-size: 0.95rem;
color: #e0e0e0;
}

.faq-item.open .faq-answer {
display: block;
font-size: 18px;
}
}





@media screen and (min-width: 900px) and (max-width: 3600px) {
.faq-section {
/*height: 650px;*/
width: 50%;
margin: auto;
padding: 40px 20px;}

.faq-grid {
display: flex;
gap: 40px;
/*flex-wrap: wrap;*/
}

.faq-column {
flex: 1;
min-width: 300px;
}

.faq-item {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
padding: 15px 0;
cursor: pointer;
font-size: 18px;
}

.faq-question {
font-size: 20px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}

.faq-question::before {
content: "+";
font-weight: bold;
position: absolute;
left: -25px;
}

.faq-item.open .faq-question::before {
content: "−";
}

.faq-answer {
display: none;
margin-top: 10px;
font-size: 0.95rem;
color: #e0e0e0;
}

.faq-item.open .faq-answer {
display: block;
font-size: 18px;
}
}
















