.product-info {
    padding: 50px 0;
}

/*.product-info img {*/
/*    width: 150px;*/
/*}*/

.product-title {
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    line-height: 25px;
    height: 25px;
    margin: 30px 0;
    font-weight: 600;
}

.product-title::before {
    display: block;
    content: "";
    width: 6px;
    height: 21px;
    background: #0580FF;
    position: absolute;
    top: 0;
    left: 0;

}

.product-link-btn {
    display: block;
    float: left;
    width: 240px;
    margin-right: 40px;
    margin-top: 40px;
    color: #F5F5F5;
}

.product-item img{
    margin-bottom: 50px;
}

/* mobile */
.mobile-con .product-info img{
    width: 35%;
}

.mobile-con .product-link-btn {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
}
