* {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.technologies-landing {
    width: 100%;
    position: absolute;
    z-index: -5;
}

.body {
    margin-top: 20%;
    padding: 10% 10%;
    clip-path: polygon(10% 0%, 100% 5%, 100% 100%, 0% 100%, 0% 3%);
    background-color: white;
}

.breadcrumbs {
    color: #888888;
    margin-bottom: 10%;

}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.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;
}

.paragraph {
    font-size: 1.5vw;
    line-height: 1.5;
    margin-bottom: 2%;
}

.section-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
    margin-top: 5%;
}

.tech-1-img {
    display: block;
}

.section-1 .description {
    font-weight: 700;
    font-size: 1vw;
    margin-top: 1%;
    width: 40%;
    text-align: center;
}

.section-2 {
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 2vw;
    margin-bottom: 5%;
    margin-top: 5%;
}

.sub-section-2 {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    font-size: 1vw;
    font-weight: 700;
    width: 80%;
}

.section-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sub-section-3 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.sub-section-3 .description {
    font-weight: 700;
    margin-top: 2%;
    width: 80%;
    text-align: center;
}

.section-4-img {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
}

.section-5 {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}

.tech-7-img, .tech-8-img {
    display: block;
    max-width: 100%;
}

.tech-graphic {
    position: absolute;
    z-index: -10;
}

#tech-graphic-top {
    right: 0;
    top: 105vh;
}

#tech-graphic-bottom {
    top: 680vh;
    left: 0;
}
