* {
    margin: 0;
    padding: 0;
}

.history-landing {
    width: 100%;
    position: absolute;
    z-index: -5;
}

.body {
    margin-top: 20%;
    padding: 10% 10%;
    clip-path: polygon(10% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 10%);
    background-color: white;
}



.breadcrumbs {
    color: #888888;
    margin-bottom: 10%;
}

.breadcrumbs a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.greater-than-icon {
    color: #888888;
    margin-left: 1%;
    margin-right: 1%;

}

span {
    color: #0046AD;
    font-weight: 700;
}

h1 {
    color: #0046AD;
    opacity: 0.8;
    font-size: 3.5vw;
}

.sub-heading {
    color: #888888;
    margin-bottom: 8%;
    font-size: 1.5vw;
}

.p {
    font-size: 1.5vw;
    line-height: 1.5;
    margin-bottom: 2%;
}


.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    margin-bottom: 8%;
}

.img-grid-one {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

#row-one-top-left {
    grid-row: 1;
    grid-column: 1;
}

#row-one-bottom-left {
    grid-row: 2;
    grid-column: 1;
}

#row-one-right {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
}

.img-row-one {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.img-grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
}

#row-two-left {
    grid-row: 1 / span 2;
    grid-column: 1;
}

#row-two-right {
    grid-row: 1 / span 2;
    grid-column: 2;
}

.img-row-two {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
} 


.tech-graphic {
    position: absolute;
}

#tech-graphic-top {
    top: 110vh;
    right: 0;
}

#tech-graphic-bottom {
    left: 0;
    top: 280vh;
}
