body{
    background: transparent;
}
.tincture-row{
    border: 1px solid red;
    border-radius: 8px;
    padding: 15px 20px;
    color: #222;
    margin-bottom: 20px;

}
.tincture-text{
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}