.container {
  max-width: 1518px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Background Overlay Images
.background-overlay {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: calc(100vh - 120px);
  z-index: 1;
} */

.background-overlay {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 718px;
  z-index: 1;
}

.background-image-13,
.background-image-14 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.background-image-13 {
  z-index: 1;
}

.background-image-14 {
  z-index: 2;
  opacity: 0.85;
}

/* Image placeholders */
.image-placeholder {
  background: #f2f2f2;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

.image-placeholder.small {
  height: 120px;
}

/* Hero Section */
.hero-section {
  background: transparent;
  color: white;
  padding: 12rem 0;
  text-align: center;
  position: relative;
  z-index: 10;
  min-height: 55vh;
}
.hero-content-sobre h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: normal;
    letter-spacing: -2.35px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.hero-content-sobre p {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    opacity: 70%;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
    line-height: 150%;
    letter-spacing: -0.8px;
    color: #fffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Innovation Section */
.innovation-section {
  padding: 5rem 0;
  background: #f2f2f2;
  position: relative;
  z-index: 10;
}

.innovation-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-start;
}

.innovation-text {
  text-align: left;
}

.innovation-text h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 3rem;
    color: #1c1c1c;
    line-height: 124%;
	letter-spacing: -0.8px;
    max-width: 30rem;
    margin-top: 22px;
}

.innovation-text p {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    color: #1c1c1c;
    line-height: 150%;
    letter-spacing: -0.8px;
    margin-bottom: 3rem;
}

.innovation-text p:last-child {
  margin-bottom: 0;
}

.innovation-image-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-clip: padding-box;
  border: 2px solid transparent;
  background-origin: border-box;
}

.innovation-image-mobile {
  display: none;
}

.innovation-img {
  width: 100%;
  display: block;
  border-radius: 0px;
}


/* Mission Vision Values Section */
.mvv-section {
  padding: 5rem 0;
  background: #1a1a1a;
  color: white;
  position: relative;
  z-index: 10;
}

.mvv-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-start; /* Alinha o conteúdo ao topo */
}

.mvv-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-clip: padding-box;
  border: 2px solid transparent;
  background-origin: border-box;
}

.mvv-img {
  width: 100%;
  height: 900px;
  display: block;
  border-radius: 10px;
}

.mvv-text {
  display: flex;
  flex-direction: column;
  gap: 0; 
  text-align: left;
}

.mvv-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: 1px solid #9a2686;
  text-align: start;
}

.mvv-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.mvv-icon {
  flex-shrink: 0;
  margin-top: 30px;
}

.icon-circle {
  width: 50px;
  height: 50px;
  background: #9a2686;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.mvv-custom-icon {
  width: 24px; 
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1); 
}

/* Ajuste para o SVG dentro do icon-circle, caso ainda existam outros */
.icon-circle svg {
  width: 24px;
  height: 24px;
  color: white; /* Garante que o SVG seja branco */
}

.mvv-content-text h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 10px;
    letter-spacing: -0.8px;
    color: white;
    margin-top: 8px;
}

.mvv-content-text p {
    font-family: "Open Sans", sans-serif;
    line-height: normal;
    opacity: 0.9;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.value-item {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.16px;
}

.value-item strong {
  color: #ffffff;
}

/* Solutions Section */
.solutions-section {
  padding: 5rem 0;
  background: #f2f2f2; /* Fundo branco */
  position: relative;
  z-index: 10;
}

.solutions-header {
  display: grid;
  grid-template-columns: 1.5fr 1fr; /* Ajusta a proporção das colunas para a imagem */
  gap: 4rem; /* Espaço entre os dois blocos de texto */
  align-items: flex-start; /* Alinha o conteúdo ao topo */
  margin-bottom: 4rem; /* Espaço entre o cabeçalho e a grelha */
}

.solutions-header h2 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1c1c1c;
    text-align: left;
    line-height: 118%;
    /* letter-spacing: -0.16px; */
    margin-bottom: 0;
}
.solutions-header p {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    color: #1c1c1c;
    letter-spacing: -0.16px;
    line-height: 150%;
    text-align: left;
    margin-top: 2rem;
}

.solutions-grid-sobre {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.solution-card {
  background: rgba(154, 38, 134, 0.06);
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(154, 38, 134, 0.6), 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
  padding: 2rem;
}

.solution-card:hover {
  transform: translateY(-5px);
}

.solution-icon .icon-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(110deg, #9a2686, #293992);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 0;
}

.solution-icon .icon-circle svg {
  width: 24px;
  height: 24px;
  stroke: #9a2686;
  fill: none;
}
.solution-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1c1c1c;
    line-height: 120%;
    letter-spacing: -0.32px;
}
.solution-card p {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 150%;
    text-align: start;
}

.solution-card.solution-card.cta-card-sobre {
  background: #9a2686;
  color: white;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  position: relative;
}

.cta-content h3 {
    font-size: 28px;
    line-height: 130.1%;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}

.solution-card.cta-card-sobre .btn-primary {
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.2s ease-in-out;
}

.solution-card.cta-card-sobre .btn-primary:hover {
  transform: scale(1.05); /* Efeito de escala ao passar o mouse */
}

.solution-card.cta-card-sobre .btn-primary svg {
  width: 24px; /* Garante que o SVG tenha o tamanho correto */
  height: 24px;
}

/* Excellence Section */
.excellence-section {
  padding: 5rem 0;
  background: #f2f2f2;
  position: relative;
  z-index: 10;
}

.excellence-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  align-items: flex-start;
}

.excellence-left-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Alinha o conteúdo à esquerda */
  max-width: 600px; /* Define a largura máxima para o bloco de texto e imagem */
}

.excellence-text {
  text-align: left;
  width: 100%; /* Garante que o texto preenche a largura máxima da coluna */
}

.excellence-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1c1c1c;
    letter-spacing: -0.16px;
    line-height: 120%;
}

.excellence-text p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #1c1c1c;
    line-height: 150%;
    max-width: 600px;
}

.excellence-image {
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 15px; /* Arredondar cantos */
  background-clip: padding-box;
  border: 2px solid transparent; /* Borda transparente inicial */

  background-origin: border-box;
  overflow: hidden; /* Garante que a imagem não vaze */
  width: 100%; /* Ocupa a largura total da coluna */
}

.excellence-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* Arredondar cantos da imagem interna */
}

.excellence-image-mobile {
  display: none; /* Esconder para desktop */
}

.excellence-steps {
    font-weight: 500;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.step-item {
  border-bottom: 1px solid #9a2686;
  margin-bottom: 1.5rem;
}

.step-item h3 {
  font-size: 28px;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 0.5rem;
  margin-top: 6px;
  line-height: 110%;
}

.step-item p {
  color: #1c1c1c;
  line-height: 1.5;
  font-size: 18px;
}

/* Strategic Partnerships Section */
.partnerships-section {
  background: #f2f2f2;
  position: relative;
  z-index: 10;
}

.container {
  max-width: 1518px;
  margin: 0 auto;
  padding: 0 15px;
}

.partnerships-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.partnerships-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 1.5rem;
    color: #1c1c1c;
    text-align: start;
}
.partnerships-text p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 2rem;
    text-align: start;
}

.partner-logos {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.partner-logo-img {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.partner-logo-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.partnerships-images {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnerships-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  object-fit: cover;
}

.mobile-image {
  display: none;
}
/* Statistics Section */
.statistics-section {
  padding: 5rem 0;
  background: #f2f2f2;
  position: relative;
  z-index: 10;
}

.container {
  max-width: 1518px;
  margin: 0 auto;
  padding: 0 15px;
}

.statistics-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 3rem;
}

.stats-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.stat-card {
  padding: 2rem;
  border-radius: 20px;
  color: white;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}

.stat-card.purple {
  background: linear-gradient(170deg, #293992, #9a2686);
}

.stat-number {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.stat-text {
    font-family: 'Monserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.statistics-img-top {
  width: 100%;
  height: 200px;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

.statistics-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.bottom-stat h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.35px;
    margin-bottom: 1rem;
    color: #1c1c1c;
    position: relative;
}

.bottom-stat p {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #1c1c1c;
    letter-spacing: 0%;
    line-height: 208%;
    margin-bottom: 2rem;
}

.statistics-img-bottom {
  width: 100%;
  height: 700px;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

/* Media Query para Mobile */
@media screen and (max-width: 768px) {
  .innovation-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .innovation-text {
    text-align: center;
  }
  
  .innovation-text h2 {
    font-size: 2.2rem;
    max-width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  
  .innovation-text p {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .innovation-image-desktop {
    display: none;
  }
  
  .innovation-image-mobile {
    display: block;
    margin: 1.5rem 0;
  }

  .innovation-img {
    border-radius: 10px;
  }
  .stats-left {
    order: 1;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  
  .stats-right {
    order: 2;
  }
  
  .statistics-bottom {
    order: 3;
    grid-template-columns: 1fr;
  }
  
  .bottom-left {
    order: 2;
  }
  
  .bottom-right {
    order: 1;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .bottom-stat h3 {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  
  .bottom-stat p {
    font-size: 1rem;
  }
  .statistics-img-top {
 padding: 0 30px;
}
.statistics-img-bottom {
  display: none;
}
}

/* Testimonial Section */
.testimonial-section {
  padding: 5rem 0;
  background: white;
  position: relative;
  z-index: 10;
}

.testimonial-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: center;
}

.testimonial-left h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}

.testimonial-card {
  background: #8b5cf6;
  border-radius: 15px;
  overflow: hidden;
  color: white;
  display: flex;
  min-height: 200px;
}

.testimonial-image {
  flex: 0 0 35%;
}

.testimonial-image .image-placeholder {
  height: 100%;
  border-radius: 0;
}

.testimonial-text {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-text blockquote {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  position: relative;
}

.testimonial-text blockquote::before {
  content: '"';
  font-size: 3rem;
  position: absolute;
  top: -1rem;
  right: 1rem;
  opacity: 0.3;
}

.testimonial-author strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.testimonial-author span {
  opacity: 0.8;
  font-size: 0.875rem;
}

/* Contact Section */
.contact-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: white;
  position: relative;
  z-index: 10;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.contact-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.contact-left p {
  font-size: 1.125rem;
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 1rem;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  background: white;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.3);
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form button {
  margin-top: 1rem;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.875rem 2rem;
  border: 2px solid white;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.contact-form button:hover {
  background: white;
  color: #8b5cf6;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }

  .solutions-grid-sobre {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .excellence-content {
    gap: 2rem;
  }

  .hero-content-sobre h1 {
    width: auto;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
 .partnerships-content {
    display: flex;
    flex-direction: column;
  }

  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
    width: 100%;
    margin: 1.5rem 0;
    order: 2;
  }

  .partnerships-text {
    order: 1;
    width: 100%;
  }

  .partnerships-text h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .partnerships-text p {
    font-size: 22px;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    order: 3;
    line-height: 1.4;
  }

  .partner-logos {
    order: 4;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }

  .hero-section {
    padding: 6rem 0;
    min-height: auto;
  }

  .hero-content-sobre h1 {
    font-size: 2.2rem;
    padding-left: 0; 
    padding-right: 0;
  }

  .hero-content-sobre p {
    font-size: 1.1rem;
  }

  .innovation-content,
  .mvv-content,
  .partnerships-content,
  .statistics-content,
  .statistics-bottom,
  .testimonial-content,
  .contact-content,
  .solutions-header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .innovation-text,
  .partnerships-text,
  .excellence-text,
  .solutions-header,
  .testimonial-left {
    text-align: center;
  }

  .innovation-text h2,
  .innovation-text p,
  .excellence-text h2,
  .excellence-text p,
  .bottom-stat p,
  .solutions-header h2,
  .solutions-header p {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .innovation-img {
    width: 100%;
    min-height: none !important;
  }
  .innovation-image,
  .mvv-image,
  .excellence-image {
    order: -1;
  }

  .mvv-img,
  .partnerships-img,
  .excellence-img {
    width: 100%;
  }

  .mvv-text {
    text-align: left;
  }

  .mvv-item {
    flex-direction: column;
    align-items: start;
    text-align: left;
    margin-bottom: 40px;
  }

  .mvv-icon {
    margin-top: 0;
  }

  .mvv-content-text h3,
  .mvv-content-text p {
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    text-align: left;
  }

  .solutions-header p {
    font-size: 22px;
    margin-top: 1rem;
    text-align: center;
  }

  .solutions-grid-sobre {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.5rem;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .solution-card {
    flex: 0 0 auto;
    min-width: 280px;
    scroll-snap-align: start;
    max-width: 50px;
  }
  .excellence-left-column {
    order: 1;
  }

  .step-item {
    text-align: center;
  }

  .partner-logos {
    justify-content: center;
  }

  .statistics-content {
    margin-bottom: 3rem;
  }

  .stats-left {
    grid-template-columns: 1fr 1fr;
  }

  .bottom-stat h3{
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    top: auto;
    margin-left: 0;
    position: static;
    text-align: center;
  }
  .bottom-stat p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    top: auto;
    margin-left: 0;
    position: static;
    text-align: center;
  }

  .testimonial-card {
    flex-direction: column;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }
   .excellence-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: flex;
    flex-direction: column;
  }
  
  .excellence-left-column {
    order: 1;
    max-width: 100%;
  }
  
  .excellence-text {
    order: 1;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .excellence-text h2 {
    font-size: 2.3rem;
  }
  
  .excellence-text p {
    font-size: 1.5rem;
    max-width: 100%;
  }
  
  .excellence-image {
    order: 2;
    margin-bottom: 1.5rem;
  }
  
  .excellence-steps {
    order: 3;
  }
  
  .step-item {
    text-align: center;
    padding: 0 1rem;
  }
  
  .step-item h3 {
    font-size: 1.8rem;
    text-align: start;
  }
  
  .step-item p {
    font-size: 1.2rem;
    text-align: start;
}

}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .hero-content-sobre p {
    font-size: 1.5rem;
  }

  .solutions-header h2 {
    font-size: 2.2rem;
  }
  .partnerships-content {
    display: flex;
    flex-direction: column;
  }

  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
    width: 100%;
    margin: 1.5rem 0;
    order: 2;
  }

  .partnerships-text {
    order: 1;
    width: 100%;
  }

  .partnerships-text h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .partnerships-text p {
    font-size: 22px;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    order: 3;
    line-height: 1.4;
  }

  .partner-logos {
    order: 4;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}






