<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.halfgrid1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.imgsidebci {
    display: flex;
    height: 100%;
}

.imgsidebci img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 400px;
}

.turnbci .imgsidebci {
    order: 2;
}

.textsidebci h2,
.textsidebci h3 {
    margin-top: 0;
}

.textsidebci h3 {
    color: var(--secondary);
}

.textsidebci .btn {
    margin-top: 30px;
}



@media (max-width:1199px) {
    .turnbci .imgsidebci {
        order: initial !important;
    }

    .imgsidebci img {
        min-height: initial !important;
    }

    .halfgrid1 {
        grid-template-columns: 1fr;
    }


}</pre></body></html>