#home .product>div>div ul li a strong {
    position: absolute;
    left: 35px;
    top: 50%;
    right: 40px;
    /* font-size: 42px; */
    font-size: 30px;
    color: #fff;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    transform: translateY(-50%);
    line-height: 1;
    text-shadow: 3px 5px 5.46px rgba(52, 55, 57, 1);
}
