.product-top-grid ul {
	padding-left: 10px;
    margin-bottom: 30px;
}

.product-top-grid ul li {
	font-size: var(--fz19);
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.product-top-grid ul li:before  {
	content: '';
    display: block;
    width: 13px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3798 7L12.8481 3.5443L6.3798 -2.82741e-07L5.34058e-05 3.5443L6.3798 7Z' fill='%232EB135' /%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
}

.grid-top-news p a {
    color: var(--color-second);
    border-bottom: 1px solid var(--color-second);
}

.grid-top-news p a:hover {
    border-bottom: none;
}