.about-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 18px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.about-title {
    color: #dc3545;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 18px;
    text-align: left;
}

.info-box-card {
    background: #f8f9fa;
    border-left: 4px solid #dc3545;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.info-box-card h5 {
    color: #dc3545;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-box-card p {
    margin-bottom: 0;
    color: #555;
    line-height: 1.8;
}
