.header{
    
  position: relative;
  background-image: url("../img/about-header-bg.png"); /* The image used */
  background-color: transparent; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.header h2{
  color: var(--white);
  font-size: 60px;
  text-align: center;
}

h2{
  color: var(--color3);
  font-size: 60px;
}

.section2{

}

.section2 .__box-container{ 
    padding: 10px;
    min-height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.section2 .__box-container p {
  margin: 0px;
  color: white;
}


.section2 .__box-container.__dark{ 
    background-color: #444445;
}

.section2 .__box-container.__light{ 
  background-color: #AACF0D;
}


.section4{

}

.section4 .__box-container .__number{
  background-color: var(--black);
  color: white;
  padding: 20px;
  border-radius: 5px;
  margin-right: 5px;
  height: 100%;
  font-size: 35px;
}


.section4 .__box-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  min-height: 100px;
  border-radius: 5px;
  padding: 5px;
}

.section4 .__box-container p {
  margin: 0px;
}

.section5{

}


.section5 .__box-container{
  border-left: 2px solid var(--color1);
  padding-top: 20px;
}

.section5 .__box-container p {
  padding-left: 20px;
}

.section5 .__box-container .__list{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  min-height: 80px;
  padding-left: 20px;
}
.section5 .__box-container .__list img{
  margin-right: 20px;
}

.section5 .__box-container .__list p {
  margin: 0px;
  text-align: start;
}


.section6{}


.section6 .__left{
  background-color: #AACF0D;
  text-align: center;
  padding: 1px;
   min-height: 400px;
}

.section6 .__right{
  background-color: var(--black);
  text-align: center;
  padding: 1px;
  border: 3px solid var(--color1);
 min-height: 400px;
}


.section6 .__left .__top{
  background-color: var(--black);
  border: 1px solid var(--color1);
  padding: 20px;
}

.section6 .__right .__top{
  background-color: var(--color1);
  border: 1px solid var(--color1);
  padding: 20px;
}
.section6 .__right .__top h5{
  color: var(--black);
  font-size: 30px;
  font-weight: 800px;
  text-align: center;
}

.section6 .__left .__top h5{
  color: var(--color1);
  font-size: 30px;
  font-weight: 800px;
  text-align: center;
}

.section6 .__left .__content{
  padding: 20px;
}

.section6 .__right .__content{
  padding: 20px;
}

.section6 .__right .__content p {
  color: white;
}

.section6 .bg1{
  position: absolute;
  right: -100px;
}

.section6 .bg2{
  position: absolute;
  left: -100px;
  bottom: 20px;
}
