.about-page {
    background: #f8f9fa;
}

.about-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.about-content p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.about-content ul {
    padding-left: 20px;
}

.about-content ul li {
    margin-bottom: 8px;
}

.about-image img {
    border-radius: 10px;
    width: 100%;
}
