.distribution-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;
    }
}

.distribution-2-section {
    h2 {
        color: #33b2e9;
    }

    div.overflow-hidden:first-of-type {
        padding: 0 7rem;
    }
}

.distribution-3-section {
    img {
        opacity: 0.1;
        object-fit: cover;
        transition: transform 1s ease-in-out;
        overflow: hidden;
    }

    h2 {
        font-size: 3rem
    }

    h3 {
        font-size: 1rem;
        line-height: 1.4rem;
    }
}

.distribution-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;
}

.distribution-4-section {
    h2 {
        font-size: 1.6rem;
    }

    p {
        font-size: 0.8rem;
    }
}

.distribution-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;
}

.distribution-4-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) {
    .distribution-section {
        h1 {
            font-size: 1.8rem;
        }

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

        p {
            font-size: 0.8rem;
        }
    }

    .distribution-2-section {
        h2 {
            font-size: 1.2rem;
        }

        h3 {
            font-size: 1.5rem;
        }

        .row.justify-content-center p {
            font-size: 0.9rem;
        }

        p {
            font-size: 0.8rem;
        }
    }

    .distribution-3-section {
        h2 {
            font-size: 3.5rem
        }

        h3 {
            font-size: 2.7rem;
            line-height: 0.9rem;
        }
    }

    .distribution-4-section {
        h2 {
            font-size: 1.6rem;
        }

        p {
            font-size: 0.8rem;
        }
    }
}

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

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

        p {
            font-size: 1.3rem;
        }
    }

    .distribution-2-section {
        h2 {
            font-size: 2.5rem;
        }

        h3 {
            font-size: 1.5rem;
        }

        .row.justify-content-center p {
            font-size: 1rem;
        }

        p {
            font-size: 0.8rem;
        }
    }

    .distribution-3-section {
        h2 {
            font-size: 3.8rem;
        }

        p {
            font-size: 0.9rem;
            line-height: 1.6rem;
        }
    }

    .distribution-4-section {
        h2 {
            font-size: 3rem;
        }

        p {
            font-size: 1.1rem;
        }
    }
}

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

        h3 {
            font-size: 1.5rem;
        }

        .row.justify-content-center p {
            font-size: 1.2rem;
        }

        p {
            font-size: 0.8rem;
        }
    }

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

        p {
            font-size: 1rem;
            line-height: 1.6rem;
        }
    }

    .distribution-4-section {
        h2 {
            font-size: 4rem;
        }

        p {
            font-size: 1.1rem;
        }
    }
}

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

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

        p {
            font-size: 1.4rem;
        }
    }

    .distribution-2-section {
        h2 {
            font-size: 3.5rem;
        }

        h3 {
            font-size: 1.5rem;
        }

        .row.justify-content-center p {
            font-size: 1.2rem;
        }

        p {
            font-size: 0.8rem;
        }
    }

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

        p {
            font-size: 1rem;
            line-height: 1.6rem;
        }
    }

    .distribution-4-section {
        h2 {
            font-size: 2.9rem;
        }

        p {
            font-size: 1.1rem;
        }
    }
}