/* Ana sayfa FAQ yanı — 147.png görseli */

.faq-aside-image-col {
    display: flex;
    align-items: stretch;
}

.faq-aside-image {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(204, 0, 0, 0.08);
}

.faq-aside-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .faq-aside-image-col {
        margin-top: 0;
        margin-bottom: 0;
        align-items: flex-start;
    }

    .faq-aside-image {
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: visible;
    }

    .faq-aside-image img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
        object-position: center;
    }
}
