.containerPB{
    background-color: #E4EBE3;
}

.w100{
    display: block;
    width: 100%;
    height: 400px;
}
.w100header{
    display: flex;
    width: 100%;
    height: 100px;
    background-color: #4A8080;
}
.contentHeader{
    padding-left: 70px;
    padding-right: 70px;
    width: 1130px;
}
.H2white, .h2small{
    color: white !important;
    display: block;
    min-width: 100%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.H2white{
    margin-top:  15px !important;
}
.whiteLine{
    background-color: green;
    width: 100%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
/* product block*/
.products{
    display: flex;
    flex-wrap: wrap;
    height: 200px;
    padding-left: 70px;
    padding-right: 70px;
    align-items: center;
}
.productTekst{
    color: #696969;
    flex-basis: 650px;
    font-size: var(--font-text);
    font-family: Verdana;
    margin-top: 10px !important;
}
.bannerLink{
    flex-basis: 400px;
    margin-left: 50px;
    font-family: verdana;
    text-decoration-color: white !important;
}
.w50{
    display: block;
}
.buttonGreenBanner{
    display: block;
    height: 42px;
    border-radius: 25px !important;
    width: 220px;
    background-color: #86BC25;
    color: white;
    text-decoration: none;
    text-decoration-color:  white !important;
    border: none;
    font-weight: bold;
    font-size: 16px;
}
    .buttonGreenBanner:hover{
    background-color: var(--green-hover);
}
.bannerLink{
    text-decoration: none;
}
.containerIMG{
    display: flex;
    -webkit-justify-content: flex-end !important;
    align-content: flex-end !important;
    -webkit-align-content: flex-end !important;
    width: 100%;
    height: 500px;
    margin-top: -500px;
}
.productBannerIMG{
    display: flex;
    height: 100%;
}

@media screen and (max-width: 1460px) {
.contentHeader{
    padding-left: 50px;
    padding-right: 50px;
    width: 830px;
}
    .productTekst{
        flex-basis: 450px;
     }
    .products{
    padding-left: 50px;
    padding-right: 40px;
    }
}

@media screen and (max-width: 1200px) {
.contentHeader{
    padding-left: 40px;
    padding-right: 40px;
    width:650px;
    }
    .productTekst{
        flex-basis: 350px;
     }
.buttonGreenBanner{
    height: 36px;
    width: 176px;
    }
.products{
    padding-left: 40px;
    padding-right: 30px;
}

@media screen and (max-width: 992px) {
    .productBannerIMG{
    display: none; 
    }
.contentHeader{
    padding-left: 20px;
    padding-right: 20px;
    width:700px;
    }
    .productTekst{
        flex-basis: 100%;
     }
.products{
    padding-left: 20px;
    padding-right: 20px;
    height: unset;
}
.bannerLink{
    display: flex;
    flex-basis: 100%;
    margin-left: unset;
    align-self: center;
   
}
.buttonGreenBanner{
    margin-left: auto;
    margin-right: auto;
   }
    .w100{
        height:  unset;
        padding-top: 25px;
        padding-bottom: 25px;
    }
.w100header{
    display: flex;
    height: unset;
    padding-bottom: 20px;
}
}