
.import::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../assets/ship.png");
    background-size: cover;
    background-repeat: round;
    /* background-attachment: fixed; */
    background-blend-mode: color;
    filter: brightness(55%);
}

h1{
    width: fit-content !important;
}
.import{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10vh;

}


.import-title {
    font-weight: 600;
    font-size: 45px;
    width: 50%;
    filter: brightness(100%);

    color: white;
}


@media (max-width: 1013px) {
    .import {
        position: relative;
        height: 40vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    .import-title {
        font-size: 30px;
        width: 100%;
        color: white;
    }
}

/* Media query for mobile devices */
@media (max-width: 550px) {
    .import {
        position: relative;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .import-title {
        font-size: 25px;
        width: 100%;
        color: white;
    }

}
@media (max-width: 767px) {
    .plastic-page-text{
        font-size: 18px !important;
        margin: 1rem 0;
    }
    .plastic-img-last{
        height: 30vh !important;
    }
}
.plastic-page-text{
    font-weight: 400;
    font-size: 25px;
}
.plastic-img{
    width: 100%;
}
.plastic-img-last{
    height: 60vh;
}