* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Header start */

header {
  background-color: #0a2640;
}

.header-container {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 100px;
  color: #fff;
}

.header-tepa {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header-tepa-ong {
  display: flex;
}

.header-ul {
  display: flex;
  gap: 20px;
}

.header-navbar {
  display: flex;
  align-items: center;
}

.header-button {
  margin-left: 30px;
  padding: 10px 35px;
  background-color: #fff;
  border-radius: 25px;
  color: #0a2640;
}

.header-past-span-1 {
  font-size: 45px;
}

.header-past-p-1 {
  margin: 55px 0 20px;
}

.header-past-p-2 {
  margin: 20px 0 55px;
}

/* Header end */
/* Story-section start */

.story {
  color: #777;
}

.story-container {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 55px;
}

.story-tepa {
  width: 900px;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -80px;
}

.story-tepa-img-1 {
  width: 250px;
}

.story-tepa-img-2 {
  width: 330px;
}

.story-tepa-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.story-past {
  width: 650px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 50px;
}

.story-past-p-1 {
  margin-bottom: 20px;
}

.story-past-span {
  font-size: 34px;
  color: #000;
}

.story-past-p-2 {
  margin-top: 20px;
}

/* Story-section end */
/* Number-section start */

.number {
  background-color: #0a2640;
}

.number-container {
  text-align: center;
  padding: 60px 0;
}

.number-p-1 {
  color: #f1f1f1;
  margin-bottom: 20px;
}

.number-span-1 {
  font-size: 34px;
  color: #fff;
}

.number-box {
  width: 700px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.number-box-span-2 {
  font-size: 60px;
  color: #4fe9a4;
}

.number-box-p-2 {
  color: #f1f1f1;
}

/* Number-section end */
/* Team-section start */

.team {
  color: #777;
}

.team-container {
  width: 700px;
  margin: 0 auto;
  padding: 70px 0;
}

.team-tepa {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.team-tepa-p-1 {
  margin-bottom: 20px;
}

.team-tepa-span-1 {
  color: #000;
  font-size: 35px;
}

.team-tepa-p-2 {
  margin-top: 20px;
}

.team-past {
  width: 700px;
  display: flex;
  justify-content: space-between;
}

.team-past-img-1 {
  width: 200px;
  margin-bottom: 20px;
}

.team-past-img-1-style {
  margin: 0 50px 0 50px;
  margin-bottom: 20px;
}

.team-past-span-1 {
  color: #000;
  font-size: 18px;
}

.team-past-p-1 {
  margin-top: 20px;
}

/* Team-section end */
/* Value-section start */

.value {
  background-color: #0a2640;
}

.value-container {
  padding: 70px 0;
  padding-left: 50px;
  width: 700px;
  margin: 0 auto;
  color: #fff;
}

.value-span-1 {
  font-size: 35px;
}

.value-p-1 {
  margin-bottom: 20px;
}

.value-p-2 {
  color: #f1f1f1;
  margin: 20px 0 50px;
}

.value-box {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.value-box-1 {
  display: flex;
}

.value-box-1-chap {
  margin-right: 50px;
}

.value-box-1-ong {
  margin: 10px 0;
}

.value-box-1-ong-span {
  font-size: 22px;
}

.value-box-1-ong-p {
  color: #f1f1f1;
  margin-top: 20px;
}

/* Value-section end */
/* Footer start */

.footer-container {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}

.footer-tepa {
  width: 100%;
  background-color: #0a2640;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;

  background-image: url(/images/Footer-disk.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.footer-span-1 {
  font-size: 32px;
}

.footer-form {
  display: flex;
  margin: 40px auto 0;
}

.footer-input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 25px;
  border: none;
  margin-right: 8px;
}

.footer-button {
  width: 150px;
  height: 43px;
  background-color: #65e4a3;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  color: #0a2640;
  font-weight: 600;
}

.footer-past {
  display: flex;
  padding: 100px 0 70px;
}

.footer-p-1 {
  color: #777;
  margin: 30px 0 50px;
}

.footer-past-ong {
  display: flex;
  width: 450px;
  margin-left: 100px;
  justify-content: space-between;
  color: #777;
}

.footer-p-2 {
  color: #777;
}

.footer-ong-span-1 {
  font-weight: 600;
  color: #000000;
}

.footer-ong-p-1 {
  margin: 40px 0 30px;
}

.footer-ong-p-2 {
  margin-bottom: 30px;
}

.footer-box-2 {
  display: flex;
}

.footer-div-1 {
  width: 50px;
  height: 20px;
  background-color: #65e4a3;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  color: #0a2640;
  font-size: 10px;
  font-weight: 600;
}

/* Footer end */
