body {
    font-family: 'Roboto', sans-serif;
    background-color: #f7f7f7;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

.title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 18px;
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

.contact-list {
    list-style-type: none;
    padding: 0;
}

.faq-title {
	text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 40px;
}

.question {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.answer {
    color: #555;
}
