

.bc-case-study {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #17213d;
    background: #fff;
    box-sizing: border-box;
    overflow-x: hidden; 
}

.bc-case-study *,
.bc-case-study *::before,
.bc-case-study *::after {
    box-sizing: border-box;
}

.bc-case-title {
    padding: 30px 25px 25px;
    background: #fff;
}

.bc-case-title h1 {
    margin: 0;
    max-width: 800px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #13264f;
    word-wrap: break-word;
}

.bc-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.bc-section > div {
    flex: 1 1 50%;
    min-width: 300px;
}

.bc-image {
    width: 100%;
    overflow: hidden;
}

.bc-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 350px;
}

.bc-text {
    padding: 40px;
    font-size: 20px;
    line-height: 1.6;
    color: #333;
}

.bc-text h2 {
    margin: 0 0 15px;
    color: #12285a;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.bc-text h3 {
    margin: 20px 0 10px;
    font-size: 18px;
    color: #17345e;
}

.bc-text p {
    margin: 0 0 12px;
}

.bc-summary {
    background: #a8d7eb;
    padding: 40px;
}

.bc-summary h3 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #17345e;
}

.bc-summary table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.5;
}

.bc-summary td {
    padding: 5px 0;
    vertical-align: top;
    border-bottom: 1px solid rgba(25, 43, 87, 0.1);
}

.bc-summary td:first-child {
    width: 40%;
    font-weight: 700;
    color: #31516b;
    padding-right: 10px;
}

.bc-summary td:last-child {
    color: #444;
}

.bc-solution {
    background: #192b57;
    color: #fff;
}

.bc-solution .bc-text {
    color: #fff;
}

.bc-solution .bc-text h2, 
.bc-solution .bc-text h3 {
    color: #fff;
}

.bc-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 20px;
    background: #192b57;
}

.bc-image-grid .bc-image img {
    min-height: 250px;
    border-radius: 4px;
}

.bc-results {
    background: #f4f7f9;
}

.bc-bottom {
    display: flex;
    flex-wrap: wrap;
}

.bc-testimonial {
    padding: 40px;
    background: #fff;
    flex: 1 1 50%;
}

.bc-testimonial h2 {
    margin: 0 0 15px;
    color: #12285a;
    font-size: 24px;
}

.bc-testimonial p {
    font-style: italic;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    position: relative;
}

.bc-testimonial-author {
    margin-top: 15px;
    font-weight: 700;
    color: #1b315f;
    display: block;
}

.bc-contact {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 13px;
    color: #777;
}

@media screen and (max-width: 768px) {
    .bc-case-title {
        padding: 25px 20px;
    }

    .bc-case-title h1 {
        font-size: 26px;
    }

    .bc-section > div, 
    .bc-bottom > div {
        flex: 1 1 100%; 
    }

    .bc-image img {
        min-height: 250px;
    }

    .bc-text, .bc-summary, .bc-testimonial {
        padding: 30px 20px;
    }

    .bc-text h2, .bc-testimonial h2 {
        font-size: 20px;
    }

    .bc-image-grid {
        grid-template-columns: 1fr;
        padding: 15px 20px;
    }

    .bc-image-grid .bc-image img {
        min-height: 200px;
    }

    .bc-summary td:first-child {
        width: 45%;
        font-size: 12px;
    }
}
