.list-style-1{}
.list-style-1 li{
    position: relative;
    align-items: center!important;
}
.list-style-1 li::before {
    content: "";
    display: block;
    background: none!important;
    border-radius: 50%;
    width: 4px!important;
    height: 4px !important;
    list-style: disc!important;
    position: relative!important;
    left: 0!important;
    color: #282828;
    background-color: #282828!important;
}
.quotation{
    background-color: #fff;
    border-top: 2px solid #1D4EB2;
}
.quotation p{
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    padding: 40px;
}
.coffe-product-properties__icon img{
max-height:35px!important;
}