.uitgelicht_product_inner{
    background-color: #f7f7f8;
    padding: 7rem 107px;
    font-size: 1.7rem;
    line-height: 2.9rem;
}

.uitgelicht_product_inner .row{
    --bs-gutter-x: 7rem;
}

.uitgelicht_top{
    flex-basis: 100%;
    opacity: 0.5;
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 1.7rem;
    line-height: 2.9rem;
    margin-bottom: 0.5rem;
}

.uitgelicht_merk_voorbeeld{
    width: 15rem;
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 2.5rem;
    line-height: 3.6rem;
}

.uitgelicht_merk_voorbeeld div{
    width: 15rem;
    height: 15rem;
    padding: 1rem 0 1rem 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.uitgelicht_merk_voorbeeld div .merk_voorbeeld{
    display: flex;
    width: 100%;
    height: 100%;
    position: static;
    max-width: none !important;
}

img.merk_voorbeeld,
.merk_voorbeeld img{
    height: auto;
    max-width: 100%;
}

.uitgelicht_merk_voorbeeld div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

body .jumbotron .uitgelicht_product_inner .button,
body .jumbotron .uitgelicht_product_inner .button:hover,
body .jumbotron .uitgelicht_product_inner .button:focus{
    background-color: #b6bf00;
    border: solid 0.1rem #b6bf00;
    padding: 1.6rem 3rem !important;
    display: inline-flex !important;
}

.uitgelicht_product_inner .button i{
    background-color: rgba(255, 255, 255, 0.29);
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    display: inline-flex;
    font-size: 1.4rem;
    justify-content: center;
    align-items: center;
}

@media (max-width:767px)
{		
	.uitgelicht_product_inner {
		padding: 4rem calc((100vw - 100%) / 2);
        margin: 0 calc(-1 * (100vw - 100%) / 2);
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.uitgelicht_product_inner {
		padding: 4rem calc((100vw - 100%) / 2);
        margin: 0 calc(-1 * (100vw - 100%) / 2);
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.uitgelicht_product_inner {
		padding: 4rem 6rem;
    	margin: 0 -6rem;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
	.uitgelicht_product_inner{
		padding: 7rem 92px;
	}
}

@media (min-width:1400px)
{
    
}