body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-content {
    flex: 1;
    margin-top: 120px;
    margin-bottom: 80px;
    min-width: 1440px;
    display: flex;
    justify-content: center;
}

.actual-body {
    width: 1440px;
    padding: 0px 180px;
    box-sizing: border-box;
}

.title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #272727;
}

.faq-section {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
}

.faq-section > li {
    margin-right: 4px;
    border: 1px solid #e9e9e9;
    border-radius: 100px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    color: #a8a8a8;
}

.faq-section > li.selected {
    background: #f2f4f7;
    border: 1px solid #e9e9e9;
    font-weight: 700;
    color: #272727;
}

.faq-section > li > a {
    display: block;
    padding: 12px 16px;
}
