@media only screen and (min-width:1000px) {
 .width-half {
  width: 50%;
 }
}

header {
 background-color: rgb(220, 236, 208);
 padding: 20px;
 margin-left: 20px;
 margin-right: 20px;
}

header > h1{
 font-size: 41px;
 text-align: center;
 max-width: 800px;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
}

.subheader {
 background-color: rgb(242, 242, 242);
}

.text-center {
 text-align: center;
}

.flex-row {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 align-content: start;
}

.flex-column {
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
}

.flex-nowrap {
 flex-wrap: nowrap;
}

.bg-gray {
 background-color: rgb(242, 242, 242);
}

.padding-20px {
 padding: 20px;
}

.margin-vertical-20px {
 margin-top: 20px;
 margin-bottom: 20px;
}

.objective {
 padding: 20px;
}

.objective > * {
 padding: 20px;
}

.objective:nth-child(odd) {
 background-color: rgb(242, 242, 242);
}

.policy {
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
}

.responsibilities {
 max-width: 1240px;
 margin-left: auto;
 margin-right: auto;
 font-size: 19px;
 font-weight: 400;
 line-height: 24px;
}

.responsibilities > h2 {
 margin-bottom: 16px;
}

.responsibilities li {
 margin-top: 8px;
}

img {
 max-width: 100%;
 object-fit: contain;
}

li {
 /* list-style-position: inside; */
 margin-left: 10px;
}

.aim {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
}

article img {
 width: 600px;
 max-width: 80%;
 margin-left: auto;
 margin-right: auto;
}
.progress-bar{
    z-index: -1;
    top: 95px;
    position: absolute;
    width: 100%;
    height: 5px;
    display: block;
    background-color: var(--default-6);
}