.nobis-text {
    font-family: "Poppins", Arial, sans-serif;
    text-transform: lowercase;
}

.content-min-height {
    min-height: 400px;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 250px 0;
}

.list-borders-footer li {
    border-bottom: 1px solid #95989c;
    margin-top: 3px;
    margin-bottom: 0;
    padding-bottom: 3px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.bg-gradient-quaternary-light-rgba-20 {
    background-image: linear-gradient(to right,var(--quaternary-rgba-20) 0%,#FFF 100%) !important;
}

.product-card-shadow {
    padding: 24px;
    padding: 1.5rem;
    box-shadow: -10px -10px #5b6a7e;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #f2f2f2;
    text-align: center;
}
