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

#Service {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(250, 250, 250, 0.7)), url('../../Img/Service-Bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

#Service .Service-Content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

#Service .Service-Content .Card {
    border: 1px solid var(--Light-Border-Color);
    display: flex;
    align-items: center;
    flex-direction: column;
    background: var(--Beyaz-Renk);
    min-height: 330px;
}

#Service .Service-Content .Card h3 {
    font-family: var(--Link-Font);

}

#Service .Service-Content .Card p {
    padding: 20px;
    font-size: 18px;
}

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