.testimonial-two__carousel .owl-stage {
    display: flex;
    align-items: center;
}

.footer-widget__about-image-box img {
    width: 190px;
    height: auto;
  }


.main-header-two__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .main-header-two__logo img {
    width: 70px; /* ajustez cette valeur en fonction de la taille de votre image */
    margin-left: 150px;
  }
  
  .main-header-two__logo div {
    font-size: calc(14px + 0.3vw); /* ajustez cette valeur pour régler la taille du texte */
    text-align: center;
    margin-top: 10px;
    margin-left: 100px;
  }
  
  .help-people__map {
    width: 65%;
    height: 130%;
    background-size: contain;
    background-position: center;
    margin-left: 170px;
  }

  .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.logo-wrapper img {
  width: 110px; /* ajustez la largeur de l'image en fonction de vos préférences */
  
}


.logo-text {
  font-size: 16px; /* ajustez la taille de police en fonction de vos préférences */
  line-height: 1.5; /* ajustez l'espacement des lignes en fonction de vos préférences */
  text-align: center;
}



/*test*/
/* Style pour la galerie */
/* .gallery-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gallery-page .two-section__gallery-single {
  position: relative;
  width: 300px;
  height: 200px;
  margin: 10px;
  overflow: hidden;
}

.gallery-page .two-section__gallery-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-page .two-section__gallery-img-overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.gallery-page .two-section__gallery-img-overly:hover {
  opacity: 1;
}

.gallery-page .two-section__gallery-icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.gallery-page .two-section__gallery-icon-bg:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.gallery-page .two-section__gallery-icon-bg .icon-right-arrow {
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

@media screen and (max-width: 767px) {
  .gallery-page .two-section__gallery-single {
    width: 100%;
  }
} */
