.logistics-solution-section {
    img {
        opacity: 0.1;
        object-fit: cover;
        transition: transform 1s ease-in-out;
        overflow: hidden;
    }
    
    div.banner-text {
        top: 45%;
        padding: 0 7rem
    }

    h1 {
        font-size: 2.5rem;
    }

    span {
        font-size: 1.3rem;
        height: 1.5rem;
        border-left: 8px solid #33b2e9;
    }

    p {
        font-size: 1rem;
    }
}

.logistics-solution-2-section {
    h2 {
        color: #33b2e9;
        font-size: 1rem;
    }

    p {
        font-size: 0.8rem;
    }
}

.logistics-solution-3-section {
    h2 {
        font-size: 1rem;
    }
}

.logistics-solution-section:hover .bg-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
}

.logistics-solution-3-section:hover .bg-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .logistics-solution-section {
        h1 {
            font-size: 1.8rem;
        }

        span {
            font-size: 0.8rem;
            height: 3rem;
        }

        p {
            font-size: 0.8rem;
        }
    }

    .logistics-solution-2-section {
        h2 {
            font-size: 1rem;
        }

        p {
            font-size: 0.8rem;
        }
    }

    .logistics-solution-3-section {
        h2 {
            font-size: 1rem;
        }
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .logistics-solution-section {
        h1 {
            font-size: 3.3rem;
        }

        span {
            font-size: 2rem;
            height: 3rem;
        }

        p {
            font-size: 1.3rem;
        }
    }

    .logistics-solution-2-section {
        h2 {
            font-size: 2rem;
        }

        p {
            font-size: 1rem;
        }
    }

    .logistics-solution-3-section {
        h2 {
            font-size: 1rem;
        }
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .logistics-solution-2-section {
        h1 {
            font-size: 2rem;
        }

        p {
            font-size: 1rem;
        }
    }

    .logistics-solution-3-section {
        h2 {
            font-size: 1rem;
        }
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .logistics-solution-section {
        h1 {
            font-size: 4rem;
        }

        span {
            font-size: 1.5rem;
            height: 4rem;
        }

        p {
            font-size: 1.4rem;
        }
    }

    .logistics-solution-2-section {
        h2 {
            font-size: 2rem;
        }

        p {
            font-size: 1rem;
        }
    }

    .logistics-solution-3-section {
        h2 {
            font-size: 4.5rem;
        }
    }
}