
.product__heading {
    font-weight: 900;
    color: #333;
    margin-bottom: 25px;
}

.product__text {
    margin: 0;
    /* margin-top: 25px; */
}

.product__img {
    width: 100%;
    /* max-width: 270px; */
    height: auto;
}

.product__video {
    width: 100%;
    aspect-ratio: 16 / 9;
}


.product__table {
    margin-top: 25px;
}


.product__block:not(:first-of-type) {
    margin-top: 60px;
}


.product__btn {
    margin-top: 20px;
}

@media all and (max-width: 1000px) {
    .product__btn {
        margin-bottom: 40px;
    }
}