/* CSS FOR BIODIESEL PAGE */
#biodiesel {
    height: 91vh; /* Full height for carousel items */
    overflow: hidden;
}

#biodiesel .col-md-5 {
    height: 110vh;
}

#biodiesel-info h3 {
    color: white;
}

#biodiesel-info p {
    font-size: 1.25rem;
}
#biodiesel-info {
    justify-content: center;
    display: flex;
    align-items: center;
}

#biodiesel-info h2, #biodiesel-info h3 {
    font-weight: 600;
    font-size: 2rem;
}

.biodiesel-border {
    border: 4px solid rgb(124, 182, 248);
}

.biodiesel-offset {
    margin-top: 17vh!important;
}

#biodiesel-info img {
    max-width: 100%; 
    height: auto; 
    width: 85%;
}

.biodiesel-headline {
    font-size: 3.5rem;
    color: white;
    font-weight: 600;
}

.biodiesel-subheadline {
    font-size: 2.8rem;
    color: white;
    font-weight: 500;
}

.biodiesel-inner .col-lg-11 {
    height: 15vh;
    min-height: 120px;
    margin-top: 18vh;
}

@media (max-width: 1400px)  {
    .biodiesel-inner .col-lg-11 {
        margin-top: 20vh;
    }
}

/*BIODIESEL SECTION */
.container-biodiesel {
    margin-top: 20vh;
}