.promises-section {
   background-image: url(../images/logo-sponcers/bg-back.jpg); /* Replace with your background image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    padding: 40px 0;
    width: 100%;
    float: left;
}

.container {
  width: 90% !important;
  margin: 0 auto;
  text-align: center;
}

.section-title {
 font-family: "Ancizar Serif", serif;
  font-size: 2.5rem;
  color: #253c87;
  margin-bottom: 25px;
}

.logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.logo-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.undreline-spo {
    width: 35%;
    margin: 0 auto;
    height: 35px;
}

@media (max-width: 1200px) {
  .logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .logos {
    grid-template-columns: 1fr;
  }
}
