@charset "utf-8";
/* CSS Document */

/*Bullet-points*/

/*Bullet-points*/

.bullet-points {
  position: relative;
  display: block;
}

.bullet-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.bullet-points li+li {
  margin-top: 18px;
}

.bullet-points li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  background-color: var(--color-primary);
  border-radius: 50%;
  font-size: 10px;
  color: var(--color-white);
  flex-shrink: 0;
}

.bullet-points li .text {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.bullet-points li .text p {
  margin: 0; /* Add this line */
  font-size: 1rem;
  font-weight: 400;
}

.bullet-points li .text p span {
  font-size: 18px;
  color: var(--color-black);
  font-weight: 400;
}

@media (max-width: 991px){
	.neg {
		margin-top: -20px;
	}	
}

@media (min-width: 991px) and (max-width: 1199px){
	.procedures, .volunteers {
		align-items: center;
		justify-content: center;
	}
}

/*History*/

#history {
  position: relative;
  display: block;
  background: url("../img/page/our-mission/history-bg-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#history::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(40, 55, 52, 0.8);
  z-index:1;
}

.history {
  position: relative; /* Add this line */
  z-index: 2;
}

.history h3 {
	color: #fff;
}

.history-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	shape-outside: circle(50%);
	margin-right: 2em;
	margin-bottom: 1em;
	float: left;
	border: 5px solid var(--color-primary); 	
}

.history-img-responsive {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	shape-outside: circle(50%);
	margin: auto 0;
	padding: 5px;
	border: 2px solid var(--color-primary); 	
}

.history .names {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	color: var(--color-white);
	margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
	#history {
	  position: relative;
	  display: block;
	  background: url("../img/page/our-mission/history-bg-1.png");
	  background-size: cover;
	  background-position: center top;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	}
}

#partners {
	padding-bottom: 60px;
}
