    .banner {
        position: relative;
        background: url(/assets/images/banner-1.png) no-repeat center center/cover;
        height: 300px;
    }

    .banner-text {
        position: absolute;
        bottom: 20px;
        left: 30px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 10px 20px;
        font-size: 2rem;
        font-weight: bold;
    }

    .breadcrumb {
        background: #f8f9fa;
        margin: 0;
        padding: 10px 20px;
    }

    .company-overview {
        font-weight: 700;
        color: #c62828;
    }

    .download-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 50px;
        font-weight: 600;
    }

    

    .core-value img {
        width: 100px;
        height: 100px;
        margin-bottom: 1rem;
    }

    .core-value {
        border: 1px solid #ddd;
        border-top: 4px solid #0c1c52;
        padding: 2rem 1rem;
        text-align: center;
        background: #fff;
    }

    .core-value p {
        font-weight: bold;
        color: #0c1c52;
    }

.certifications img {
  max-width: 100%;
  height: auto;
  margin: 1rem;
}