.info-part {
    padding: 70px 0;
}

.info-intro {
    margin-bottom: 30px;
}

.info-intro h3 {
    margin-bottom: 14px;
    color: #303030;
}

.info-intro p {
    color: #555;
    line-height: 28px;
}

.info-card {
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

.info-card h4 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #222;
}

.info-card p,
.info-card li {
    color: #555;
    line-height: 28px;
}

.info-card ul {
    margin: 0;
    padding-left: 20px;
}

.info-highlight {
    border-left: 4px solid #ff6a00;
    background: #fff8f2;
}

.faq-item {
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #efefef;
    overflow: hidden;
}

.faq-item .faq-head {
    background: #fafafa;
    padding: 14px 18px;
    font-size: 17px;
    font-weight: 600;
    color: #2b2b2b;
}

.faq-item .faq-body {
    padding: 15px 18px;
    color: #555;
    line-height: 27px;
}

.list-tight li {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .info-part {
        padding: 50px 0;
    }
}