/*******Products site********/

h3{
    padding-top: 0;
    text-align: center;
}
h4{
    padding: 0px 1.6vw;
}
.product{
    margin-top: 4vh;
    margin-bottom: 15vh;
}
.row{
    display: flex;
    justify-content: space-between;
    margin-top: 4vh;
    margin-bottom: 2vh;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.col-text{
    width: 75%;
    padding: 2vh 0px;
    background: rgba(172, 209, 242, 0.5);;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 16px 16px 40px 0px rgb(0,0,0,0.2);
}
.col-text p{
    padding: 2vh 1.6vw;
    line-height: 25px;
}
.col-img{
    display: flex;
    justify-content: center;
}
.col-img img{
    width: 40%;
    display: block;
    margin: auto;
    filter: grayscale(1.0);
}