/*
 * Project: Ertürk Elektronic
 * Date: 2022 - 2023
 * Coder: Er Design
*/

#Produkt {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../Img/Produkt-Bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

#Produkt .card-title {
    font-family: var(--Link-Font);
    font-weight: 400;
    font-size: 25px;
}

#Produkt .card,
#Produkt .card img {
    border-radius: 0 !important;
}

@media (max-width: 768px) {
    #Produkt {
        height: 100%;
        padding: 5rem 0;
        margin: 0 !important;
    }
}