.dual-nationality-grid {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(2,minmax(min-content, max-content)) 2fr;
    grid-template-rows: repeat(1,1fr);
    align-content: center;
    color: white;
    font-weight: 300;
}

.dual-nationality-data {
    grid-column: span 1;
    line-height: 4.5vh;
    font-size: 1.3rem;
    padding-left: 0.5vw;
    border-top: none;
    text-transform: none;
    padding-right: 15px;
}

.dual-nationality-data-ar {
    grid-column: span 1;
    line-height: 4.5vh;
    font-size: 1.3rem;
    padding-left: 0.5vw;
    border-top: none;
    text-transform: none;
    padding-right: 15px;
}

.header {
    line-height: 5vh;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 300;
    background: rgb(80,80,80);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}

.dual-nationality-data:nth-child(4) {
    border-bottom: 1px solid rgb(80,80,80);
    border-left: 1px solid rgb(80,80,80);
}

.dual-nationality-data:nth-child(5) {
    border-bottom: 1px solid rgb(80,80,80);
}

.dual-nationality-data:nth-child(6) {
    border-bottom: 1px solid rgb(80,80,80);
    border-right: 1px solid rgb(80,80,80);
}

.dual-nationality-data-ar:nth-child(4) {
    border-bottom: 1px solid rgb(80,80,80);
    border-right: 1px solid rgb(80,80,80);    
}

.dual-nationality-data-ar:nth-child(5) {
    border-bottom: 1px solid rgb(80,80,80);
}

.dual-nationality-data-ar:nth-child(6) {
    border-bottom: 1px solid rgb(80,80,80);
    border-left: 1px solid rgb(80,80,80);
}
