.section-video video.w-full.rounded-lg {
    max-height: max-content !important;
    object-fit: cover;
    border-radius: 0 !important;
}
.section-video .video-wrapper.theme-container.relative {
    max-width: 100%;
}
section.section-video {
    padding: 0;
}
.section-products .group {
    border: 2px solid #6d5247;
    padding: 5px;
    border-radius: 8px;
}
.section-products h3, .section-products p {
    text-align: center;
}
.section-products .btn-outlined {
    background-color: #6d5247;
 transition: all .5s;
  color: white;
}
.section-products .btn-outlined:hover {
    background-color: #8fbfb0;
    color: #ffffff;
}
@media(max-width:800px){
  [section-id="9ea9a232-9901-4223-b9cc-01709dcaafb3"] {
    min-height: 144px !important;
}
}