/**
 * About page styles - DnpMotors
 * Complements style.css for the About Us view
 */

.page-about .left-content p {
    margin-bottom: 1.25rem;
    line-height: 1.6;
    color: #444;
}

.page-about .left-content p:last-child {
    margin-bottom: 0;
}

.page-about .about-image {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 991px) {
    .page-about .about-image {
        margin-top: 1.5rem;
    }
}
