.twimva_tip .content_gekaderd_inner{
    background: var(--wit);
    padding: 5rem var(--column-width);
    gap: 7rem;
}

.aangeraden{
    border-radius: 0.5rem;
    border: 0.1rem solid #d9d9d9;
    padding-block: 2.5rem;
}

.twimva_tip_container{
    margin-bottom: -5rem;
    position: relative;
    align-items: center;
}

.twimva_tip_container img{
}

.twimva_tip_persoon i{
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.9rem;
}

.twimva_tip_persoon{
    border-radius: 0.5rem;
    width: 8.5rem;
    height: 9.3rem;
    background-image: linear-gradient(137deg, var(--geel) 0%, #ffffff 100%);
    margin-right: -2rem;
    margin-top: -15rem;
}

.twimva_tip_persoon span{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.9rem;
}

.aangeraden .add_to_cart_inline{
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex;
    flex-direction: column;
    gap: 1.5rem;
}

.aangeraden_product_img{
    max-width: 19rem;
    height: auto;
}

.aangeraden_product_img picture{
    display: flex;
    width: 100%;
    height: 100%;
}

.aangeraden_product_img img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (max-width:767px)
{		
	.twimva_tip .content_gekaderd_inner {
    	padding: 2rem;
		gap: 3rem;
    	overflow: hidden;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

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