main.index div.prod p{
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: justify;
}

main.index div.prod span{
    font-weight: bolder;
    font-size: 1.4rem;
}

main.index div.prod div.hp div{
    text-align: center;
}

main.index div.prod div.hp img{
    height: 14vh;
    width: auto;
}

main.index i {
    font-style: italic;
}

main.index b{
    font-weight: bolder;  
}

main.index div img.logo{
    width: 95%;
    height: auto;
    margin-top: 3vh;
}

main.index p.merken{
    margin-top: 5vh;
}

@media screen and (min-width: 850px){
    main.index div.prod div.hp{
        display: flex;
    }
}