#header-container {
    top: 0;
    position: absolute;
}

/* Sustainability  */

.sustain-container {
    box-sizing: border-box;
    margin-top: 80px;
    background: rgba(1, 25, 49, 0.089);
}

.sustain-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    text-align: center;
    padding: 2rem 0;
}

.sustain-intro h1 {
    color: var(--dark-blue);
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    position: relative;
    display: inline-block;
    text-shadow: 0 6px 8px rgba(137, 137, 163, 0.681);
}
.sustain-intro h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 4px;
    background: var(--flame-logo);
    left: 50%;
    transform: translateX(-50%);
}
.sustain-intro p {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: white;
    margin: 0 1.5rem;
    border-radius: 7px;
    padding: 2rem;
    box-shadow: 0 6px 8px rgba(137, 137, 163, 0.681);
}

.sustain-content {
    margin: 1.5rem 1rem;
    padding: 2rem;
    background: rgba(87, 87, 239, 0.186);
    border-radius: 25px;
}


.sustain-content h2 {
    text-align: center;
    padding-bottom: 0.5rem;
}

.sustain-images{
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    padding: 1.5rem 0;
}

.sustain-image{
    flex: 1;
}

.sustain-image img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 7px;
    border: solid green 2px;
}

.sustain-list {
    padding: 2rem;
    box-shadow: 0 4px 6px;
    border-radius: 11px;
    background: rgba(12, 104, 210, 0.158);
}

.sustain-list li {
    font-size: 1.2rem;
    padding-bottom: 1rem;
}


.sustain-tag p {
    padding: 2rem;
    text-align: center;
    font-family: "HanumanBold";
    font-size: 1.5rem;
    color: var(--trust-blue);
    text-shadow: 0 4px 6px rgba(1, 1, 37, 0.281);
}
