.product-feature2 {
max-height: 400px !important;
max-width: 400px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

.features-video {
		width: 100%;
        height: auto;
        max-width: 400px;  /* ПК ширина */
	}

 @media (max-width: 768px) {	
.features-video {
		max-width: 100%; /* мобільні */
	}	
}
.features .product-feature:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background-color: rgb(8 38 85 / 5%)
}

.features .dark .product-feature:after {
    display: none
}


.features {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -15px 15px -15px
}

.features .product-feature {
    border-radius: 15px;
    width: calc(1/2*100% - 30px);
    margin: 15px;
	padding-top: 10px;
    /*background-color: #555;*/
    display: block
}

.product-feature {
    border-radius: 15px;
    width: calc(1/2*100% - 60px);
    margin: 20px 29px;
    background-color: #fff;
    display: inline-flex;
    flex-direction: column;
    position: relative
}

.product-feature:nth-of-type(odd) {
}

.product-feature:nth-of-type(even) {
}

.features .product-feature:nth-of-type(odd) {
    margin-left: 15px
}

.features .product-feature:nth-of-type(even) {
    margin-right: 15px
}

.tab-content #tab-description img, .tab-content #tab-description video {
    border-radius: 15px;
    margin-bottom: 15px
}


.product-feature .product-feature-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 6px;
    display: block;
    padding: 0 19px
}

.product-feature .product-feature-text {
    font-size: 14px;
    display: block;
    margin-bottom: 18px;
    padding: 0 19px
}


@media (max-width: 992px) {
    .product-feature2 {
max-height: 300px !important;
max-width: 300px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

    
}

@media (max-width: 768px) {
    .product-feature2 {
max-height: 300px !important;
max-width: 300px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

    .features {
        display: flex;
        flex-wrap: wrap;
        margin: 15px -10px
    }

    .product-feature {
        border-radius: 15px;
        width: calc(1*100% - 20px);
        margin: 10px;
        display: inline-table
    }

    .features .product-feature {
        border-radius: 15px;
        width: calc(1*100% - 20px);
        margin: 15px;
        display: block
    }

    .product-feature .product-feature-name {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
        display: block;
        padding: 0 15px
    }

    .product-feature .product-feature-text {
        font-size: 14px;
        display: block;
        margin-bottom: 15px;
        padding: 0 15px
    }
}