.about-hero {
    background: linear-gradient(135deg,
            #003366,
            #0056b3,
            #0077cc);

    min-height: 500px;
    display: flex;
    align-items: center;

    margin-top: 90px;
    /* because navbar is fixed */
}

.about-content {
    max-width: 700px;
    text-align: left;
}

.about-label {
    display: block;
    color: #cfe2ff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-content h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-content p {
    color: #f1f5f9;
    font-size: 18px;
    line-height: 1.8;
    max-width: 650px;
}

.overview-section,
.logistics-section {
    padding: 90px 0;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 25px;
}

.overview-image img,
.logistics-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.highlight-text {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
}

.blue-text {
    color: #0056b3;
    font-weight: 600;
}

.overview-section p,
.logistics-section p {
    line-height: 1.9;
    color: #555;
    font-size: 16px;
}

.pillar-item {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .3s;
}

.pillar-item:hover {
    transform: translateY(-10px);
}

/* ===== First Section ===== */

.pillars-section {
    padding: 80px 0;
    background: #fff;
}

.pillars-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 80px;
    text-transform: uppercase;
}

.pillars-icons {
    margin-bottom: 70px;
}

.pillar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.pillar-item img {
    width: 90px;
}

.pillar-item h3 {
    font-size: 20px;
    font-weight: 600;
}

.pillars-description {
    max-width: 1550px;
    margin: auto;
}

.pillars-description p {
    font-size: 17px;
    line-height: 1.8;
    text-align: left;
}

.pillar-icon {
    font-size: 80px;
    color: #b50073;
}

/* ===== Second Section ===== */

.values-section {
    margin-top: 50px;
}

.value-card {
    min-height: 520px;
    padding: 90px 50px;
    color: #fff;
}

.respect-card {
    background: #b50073;
}

.transparency-card {
    background: #453a67;
}

.fairness-card {
    background: #ef2528;
}

.value-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 70px;
}

.value-header img {
    width: 90px;
}

.value-header h3 {
    font-size: 52px;
    font-weight: 600;
    margin: 0;
}

.value-card p {
    font-size: 24px;
    line-height: 1.9;
    margin: 0;
}

/* Responsiveness*/

@media (max-width: 992px) {

    /* HERO */
    .about-hero {
        min-height: 400px;
        padding: 60px 20px;
    }

    .about-content h1 {
        font-size: 32px;
    }

    .about-content p {
        font-size: 16px;
    }

    /* SECTIONS */
    .overview-section,
    .logistics-section {
        padding: 70px 20px;
    }

    .section-title {
        font-size: 34px;
    }

    /* IMAGES */
    .overview-image img,
    .logistics-img {
        height: 380px;
    }

    /* PILLARS */
    .pillar-item {
        flex-direction: column;
        text-align: center;
    }

    .pillar-item img {
        width: 70px;
    }

    .pillars-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    /* HERO */
    .about-hero {
        min-height: 350px;
        margin-top: 70px;
        text-align: center;
    }

    .about-content {
        text-align: center;
        padding: 0 15px;
    }

    .about-content h1 {
        font-size: 26px;
    }

    .about-content p {
        font-size: 15px;
    }

    .about-label {
        font-size: 12px;
    }

    /* SECTIONS */
    .section-title {
        font-size: 28px;
        text-align: center;
    }

    .overview-section,
    .logistics-section {
        padding: 50px 15px;
    }

    .highlight-text {
        font-size: 16px;
        text-align: center;
    }

    .overview-section p,
    .logistics-section p {
        font-size: 15px;
        text-align: center;
    }

    /* IMAGES */
    .overview-image img,
    .logistics-img {
        height: 300px;
    }

    /* PILLARS */
    .pillars-title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .pillar-item {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .pillar-item h3 {
        font-size: 18px;
    }

    .pillar-icon {
        font-size: 60px;
    }

    /* VALUES */
    .value-card {
        padding: 50px 25px;
        min-height: auto;
        text-align: center;
    }

    .value-header {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }

    .value-header h3 {
        font-size: 32px;
    }

    .value-card p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {

    .about-content h1 {
        font-size: 22px;
    }

    .section-title {
        font-size: 24px;
    }

    .overview-image img,
    .logistics-img {
        height: 250px;
    }

    .pillars-title {
        font-size: 22px;
    }

    .pillar-item img {
        width: 60px;
    }

    .value-header h3 {
        font-size: 26px;
    }

    .value-card p {
        font-size: 16px;
    }
}