.sigorta-card {
    background-color: white;
    box-shadow: 0px 0px 44.70000076293945px 0px #1746A20F;
    padding: 15px;
    margin-bottom: 2rem;
    transition: .4s;
}

.sigorta-card img {
    object-fit: contain;
    width: 165px;
    height: 70px;
    padding: 15px;
}

.card-titles {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: -0.015em;
    text-align: center;
}

.sigorta-card-bosluk {
    margin-top: 4rem;
}

.sigorta-card:hover {
    transition: .4s;
}

@media only screen and (max-width: 1400px) {
    .sigorta-card {
        padding: 10px;
    }
    .card-titles {
        font-family: Inter;
        font-size: 14px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: -0.015em;
        text-align: center;
    }
}

@media only screen and (max-width: 1200px) {
    .sigorta-card {
        padding: 10px;
    }
    .sigorta-card img {
        width: 113px;
        height: 70px;
        padding: 15px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 991px) {
    .sigorta-card img {
        width: 100%;
        height: 81px;
        padding: 15px;
        object-fit: contain;
    }
}