.batizado-sponsor h1, .batizado-sponsor h2, .batizado-sponsor h3, .batizado-sponsor p {
  text-align: center;
}
.batizado-sponsor h1 {
  margin-bottom: 15px;
  text-transform: none;
}
.batizado-sponsor h3 {
  padding: 30px 0 10px;
  text-align: center;
}
.batizado-sponsor .center p {
  text-align: center;
}
.batizado-sponsor .video-section {
  background-color: var(--cream);
  padding: 0 15px 15px;
}
.batizado-sponsor .parallax {
  margin: 0;
}
.batizado-sponsor .kontact {
  display: grid;
  gap: 20px;
  justify-content: center;
}
.batizado-sponsor .kontact img {
  height: 250px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.batizado-sponsor .kontact .info {
  font-size: 16px;
  font-family: "Open Sans", serif;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  font-weight: 300;
}
.batizado-sponsor .kontact .info p {
  margin: 0;
}
.batizado-sponsor .kontact .info .name {
  font-weight: 500;
}
.batizado-sponsor .kontact .info .phone {
  color: var(--black);
}
.batizado-sponsor .kontact .info .email {
  font-family: "Open Sans", serif;
  color: var(--brand-light);
}
.batizado-sponsor .sponsors {
  max-width: calc(var(--page-width) + 10px);
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 1fr;
}
.batizado-sponsor .sponsors .sponsor-card {
  background-color: var(--cream);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.batizado-sponsor .sponsors .sponsor-card .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.batizado-sponsor .sponsors .sponsor-card .wrapper .name {
  font-size: 20px;
  font-weight: 500;
  font-family: "Open Sans", serif;
  line-height: 24px;
  color: var(--brand-medium);
  text-align: center;
}
.batizado-sponsor .sponsors .sponsor-card .wrapper .list {
  font-size: 14px;
  font-weight: 300;
  font-family: "Open Sans", serif;
  line-height: 24px;
  list-style-type: none;
}
.batizado-sponsor .sponsors .sponsor-card .wrapper .list li {
  margin: auto;
  overflow: hidden;
  white-space: pre-wrap;
  text-align: center;
}
.batizado-sponsor .sponsors .sponsor-card .price {
  font-size: 20px;
  font-weight: 500;
  font-family: "Open Sans", serif;
  line-height: 24px;
  text-align: center;
}
.batizado-sponsor .sponsors .sponsor-card .mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .batizado-sponsor h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .batizado-sponsor .video-section {
    padding-bottom: 0;
  }
  .batizado-sponsor .video-section iframe {
    margin: 0 -15px;
  }
  .batizado-sponsor .sponsors {
    gap: 0;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    grid-auto-rows: max-content;
  }
  .batizado-sponsor .sponsors .sponsor-card {
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0;
    background-color: var(--white);
    gap: 0;
    display: flex;
    font-weight: 300;
  }
  .batizado-sponsor .sponsors .sponsor-card:first-child {
    border-top: 1px solid #DDDDDD;
  }
  .batizado-sponsor .sponsors .sponsor-card .wrapper {
    display: contents;
  }
  .batizado-sponsor .sponsors .sponsor-card .desktop {
    display: none;
  }
  .batizado-sponsor .sponsors .sponsor-card .mobile {
    display: block;
    padding: 5px 0 10px;
    font-weight: 300;
  }
}
