﻿
.vision-container {
    background-color: #0077C8;
    color: white;
    padding: 40px 30px;
    border-radius: 10px;
}

.vision-header {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.vision-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.vision-left {
    flex: 1;
    min-width: 300px;
}

.vision-right {
    flex: 1;
    min-width: 300px;
}

.vision-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.vision-text {
    font-size: 14px;
    line-height: 1.6;
}


@media (max-width: 768px) {
    .vision-content {
        flex-direction: column;
    }
}
