.header .navbar-logo img {
  width: 160px;
}
.footer .footer__widget strong {
  display: block;
}
.footer .footer__widget li a:hover {
  color: var(--white);
}
.footer__logo img {
  max-width: 280px;
  filter: brightness(0) invert(1);
}
.footer {
  padding-top: 50px;
}
.help__content .section__header {
  max-width: fit-content;
}
/* .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
} */
.gallery__single img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
}
.cm-details__content h4 {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}
.cm-details__content p {
  margin-bottom: 15px;
}
.cm-details__content ul li {
  list-style: disc;
}
.blog__single-content p {
  margin-bottom: 10px;
}
.help__content h4 {
  font-weight: bold;
  color: var(--base-bg);
  font-size: 28px;
}
@media only screen and (max-width: 767.98px) {
  .banner-two .banner-two__slider-single {
    padding-block: 70px 100px;
  }
  .banner-two .banner__content-cta {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .banner-two .btn--primary,
  .banner-two .btn--secondary {
    padding: 10px;
    font-size: 14px;
  }
  .banner-two .btn--secondary::before,
  .banner-two .btn--secondary::after {
    font-size: 14px;
  }
  .banner-two .btn--secondary::before {
    padding-top: 10px;
  }
  .help__content h4 {
    font-size: 19px;
    line-height: normal;
  }
  .cause .content h6 {
    font-size: 18px;
  }
  .cause .content p {
    font-size: 14px;
  }
  .preloader p {
    letter-spacing: 0;
  }
  .footer__logo img {
    max-width: 180px;
  }
  .gallery__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .gallery__single img {
    height: 180px;
    min-height: 180px;
  }
  .testimonial-area-two .testimonial-two__single-intro {
    padding: 10px;
    border-radius: 8px;
    flex-direction: row;
    justify-content: space-between;
  }
  .testimonial-area-two .left-intro {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .testimonial-area-two .left-intro .thumb {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
  .volunteer .volunteer__form {
    padding: 40px 20px;
  }
  .contact__form .input-single input {
    padding: 15px 0px;
  }
  .contact__form .input-single,
  .checkout__form .input-single {
    margin-bottom: 20px;
  }
  .cm-details .cm-details__poster img {
    object-position: top center;
  }
  .cm-details__content ul {
    margin-left: 15px;
  }
  .cm-details__content h4 {
    font-size: 20px;
  }
}
