.faq-list {
justify-content: space-between;
}
.faq-box {
border-radius: 4px;
flex: 0 0 678px;
height: 202px;
overflow: hidden;
margin-bottom: 50px;
display: flex;
flex-direction: column;
}
.faq-title {
padding: 14px;
width: 100%;
font-size: 18px;
font-weight: 700;
color: rgba(255, 255, 255, 1);
background: var(--main-color);
}
.faq-content {
padding: 22px 14px;
border-radius: 0 0 4px 4px;
flex: 1;
word-break: break-all;
border: 0.75px solid rgba(204, 204, 204, 1);
border-top: none;
font-size: 18px;
font-weight: 400;
color: rgba(102, 107, 122, 1);
}
