.about-style-3 {
    background: #f8f9fa;
}

.about3-title {
    font-size: 32px;
    font-weight: 700;
    color: #0d3b66;
}

.about3-tagline {
    color: #666;
    margin-bottom: 20px;
}

.about3-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.about3-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.about3-text {
    line-height: 1.8;
    color: #444;
    margin-bottom: 10px;
}
