.question-item { padding: 30px; background-color: #EFF3F4; float: left; width: 100%; position: relative; margin-bottom: 70px; }

.question-item h2 { margin-top: 0px; }

.answers-container { position: relative; float: left; width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; }

.answers-container .answer-item { background-color: #EFF3F4; padding: 30px 20px; margin-right: 20px; border-radius: 8px; position: relative; }

.answers-container .answer-item a:hover { color: #003977; }

.answers-container .answer-item:last-of-type { margin-right: 0px; }

.answers-container .answer-item::before { content: '\f175'; font-family: "Font Awesome 6 Free"; font-weight: 900; display: block; font-size: 2rem; position: absolute; left: 41%; top: -45px; color: #003977; }
