/* Base Reset & Typography */
* {
    font-family: 'Inter', sans-serif;
}

body {
    margin: 0;
    border-bottom: 10px solid #002E5E;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

h4 {
    font-size: 18px;
}

a {
    color: #74c2f9;
}

a:visited {
    color: #4487db;
}

/* Lists */
ol > li::marker {
    font-weight: bold;
}

li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

/* Layout Sections */
header {
    border-bottom: 5px solid lightgray;
}

section {
    display: flex;
}

section.description,
section.bottom-section {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 1rem;
    width: 965px;
}

section.description {
    justify-content: start;
}

section.bottom-section {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
    border-bottom: 5px solid lightgray;
}

/* Logo Section */
.logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 340px;
    background-image: url('../images/polygonal19\ 1.png');
    background-repeat: repeat-x;
}

.logo-box {
    margin-top: 3rem;
}

/* Images */
img.member-organizations {
    width: 1280px;
    margin: 1rem;
}
