#autoservice-detail .product-title {
    margin: 0 0 20px 0 !important;
    font-weight: 700 !important;
    font-size: 30px;
    line-height: 34px;
}

.price {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.product-detail__btns-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

@media(max-width: 767px) {
    .price {
        width: 100%;
    }
}