.b2 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.b2 h1 {
   color: var(--white) !important; 
}

.banner {
    position: relative;
    height: 450px;
    background-image: url('https://shop-rib.com/storage/app/media/RIB%20Shop%202024/Installation/Banner%20Software%20Installation.jpg');
    background-size: cover;
    background-position: center;
}

.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000076;
    /*
    background: linear-gradient(to right, rgba(28, 73, 28, 0.651), rgba(255, 255, 255, 0.541));*/
}

.banner-text {
    position: absolute;
    left: 0%;
    bottom: 20%;
    right: 0%;
    color: var(--white);
    text-align: left;
}

.banner-text h1 {
    margin: 0;
    font-size: 60px;
}

.banner-text p {
    margin: 10px 0 0;
    font-size: 18px;
}

.shop-button {
    background: linear-gradient(90deg, #43b02a, #105ca5 75.55%) !important;
    border: none;
    color: var(--white) !important;
    padding: 10px 20px;
    text-decoration: none !important;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
}

.shop-button:hover {
    background: var(--leadership-light-green) !important;
}

@media only screen and (max-width: 1224px) {
    .banner-text {
        left: 0%;
    }
}

@media only screen and (max-width: 768px) {
    .banner-text {
        left: 0% !important;
        right: 10px;
        bottom: 20px;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .banner-text h1 {
        margin-bottom: 30px;
        font-size: 40px;
    }
}