.marka-card {
    box-shadow: 0px 0px 92.6167984008789px 0px #15203714;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: .4s;
}

.marka-logo {
    width: 55px !important;
    height: 55px !important;
}

.marka-bosluk {
    margin-top: 5rem;
}

.marka-card:hover {
    transform: scale(1.1);
    transition: .4s;
}

@media only screen and (max-width:768px) {
    .marka-bosluk {
        row-gap: 2rem;
    }
    .marka-card {
        width: 85%;
    }
}