.gmh-konfigdetails-content {
    display: grid;
    grid-template-columns: minmax(180px, 38%) 1fr;
    gap: 1.5rem;
    align-items: start;
    padding: 1rem 0;
}

.gmh-konfigdetails-image {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    background: #fff;
}

.gmh-konfigdetails-text {
    color: #444;
    line-height: 1.55;
}

.gmh-konfigdetails-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .gmh-konfigdetails-content {
        grid-template-columns: 1fr;
    }

    .gmh-konfigdetails-image {
        max-height: 260px;
    }
}
