﻿body {

}
#design-page{
    overflow: clip;
}

#design-page img.action-shot {
    height: 200px;
    border-radius: 20px; 
}

section {
    padding: 1.5rem 5rem;
    position: relative;
}
section:last-child {
    padding-bottom: 4rem;
}
@media (max-width: 1100px){
    section {
        padding: 1.5rem 3rem;
    }
}
@media (max-width: 700px) {
    section {
        padding: 1.5rem 1.5rem;
    }
}

.section-content {
    margin-left: 10%;
    padding: .75rem;
    max-width: 100ch;
    border: 5px solid var(--green);
    border-radius: 20px;
    background-color: white;
    z-index: 3;
}
section:nth-child(2n + 1) > .section-content {
    margin-left: auto;
    margin-right: 10%;
}
section:nth-child(3n + 1) > .section-content {
    border-color:var(--orange);
}
section:nth-child(3n + 2) > .section-content {
    border-color: var(--blue);
}

@media(max-width: 1295px) {
    .section-content{
        margin-inline: auto;
    }
    section:nth-child(2n + 1) > .section-content {
        margin-inline: auto;
    }
}

h2 {
    color: var(--orange);
    font-weight: 600;
    text-align: center;
}
h3 {
    color: var(--blue);
    font-weight: 600;
    font-size: 1.75rem;
}

#design-intro p {
    margin-inline: auto;
    max-width: 80ch;
    font-size: 1.1rem
}

ul {
    list-style-type: none;
    color: black;
}
#statistical-design ul {
    padding-left: 2rem;
}
#statistical-design ul li { 
    position: relative; 
    padding-left: .9rem; 
}
#statistical-design ul li::before {
    content: '•'; 
    font-size: 1.9rem;
    position: absolute;
    top: -.6rem; 
    left: 0;
}

.pentagon-wrapper {
    z-index: -1;
}
