﻿.two-column-section {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.7;
    font-size: 15px;
    color: #333;
}

.col-left {
    flex: 2;
}

    .col-left p {
        margin-bottom: 20px;
        text-align: justify;
    }

.col-right {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.highlight-block {
    border-left: 4px solid #005C94; /* Lacivert çizgi */
    padding-left: 15px;
}

    .highlight-block h3 {
        font-size: 18px;
        font-weight: bold;
        color: #005C94;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .highlight-block p {
        font-size: 15px;
        color: #444;
        line-height: 1.6;
    }

.two-column-section strong {
    color: #F38322; /* Turuncu vurgulu renk */
    font-weight: bold;
}
