.faq-page {
    padding: 50px 0;
}

.question {
    display: flex;
    align-items: center;
    gap: 15px;
}

.question>i {
    font-size: 44px;
    color: #09ab9c;
}

.question>h2 {
    font-size: 24px;
}

.answer {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-left: 58px;
    margin-bottom: 25px;
}

.answer>i {
    font-size: 32px;
    color: #09ab9c;
}

.answer>p {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 3px 0;
}

.faq-line {
    background: #eeeeee;
    border: none;
    height: 2px;
    margin: 50px 0px;
}

.faq-end {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #09ab9c;
}