
.terms_section{
    padding:3%;
}
h1, h2, h3 {
    color: #0056b3;
    font-weight: 700;
}
ul {
    margin: 10px 0;
    padding-left: 20px;
}
a {
    color: #0056b3;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
body {
    padding: 0;
    font-size: 14px;
}

h1, h2, h3 {
    font-size: 18px;
    font-weight: 700;
}

ul {
    padding-left: 15px;
}

a {
    font-size: 14px;
}

p {
    font-size: 14px;
    line-height: 1.4;
}

h1 {
    font-size: 22px;
    text-align: center;
}

h2 {
    font-size: 16px;
}

.faq-container {
    margin: 10px;
    padding: 15px;
}
}