/* Our Story Section */
.our-story-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 44px;
    color: #4d4d4d;
    font-weight: bold;
}

.section-title .highlight {
    color: #d39629;
}

.company-block {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.company-title {
    text-align: center;
    color: #d39629;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.company-description {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.founder-name {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.company-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    border-radius: 8px;
}
