.dark-top-content {
    background: #000;
    padding: 1vw 10vw;
}

.introduction {
    padding: 3vw 10vw;
    background: white;
}

.introduction h4 {
    width: 50%;
}

.content {
    background: #000;
    display: flex;
    flex-direction: column;
}

.vision-values-mission {
    background: white;
    padding: 3vw 10vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.segment {
    width: 50%;
}

.segment.style2 {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.segment.style2 h6 {
    margin-top: 0;
}

.segment h5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    overflow-wrap: break-word;
    width: 90%;
    letter-spacing: 1px;
    color: rgb(101, 101, 101);
    font-weight: 500;
}

.segment h6 {
    color: rgb(150, 150, 150);
}

.segment span.red {
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
}
.segment span.sub-bold {
    font-size: 15px;
    font-weight: 600;
    margin: 1vw 0;
}

.segment span.sub {
    font-size: 15px;
    font-weight: 300;
    margin: 1vw 0;
}

.separate-segment {
    background: white;
    padding: 1vw 10vw;
    margin-bottom: 5px;
}

.pillars {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}

.pillar {
    max-width: 20%;
    display: flex;
    flex-direction: column;
}

.pillar h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 1.25em 0;
    color: rgb(79, 79, 78);
}

h6::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 25%;
    height: 3px;
    background: red;
}

@media (max-width: 768px) {
    .segment {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .pillar {
        max-width: 100%;
    }
}
