/* GOZ w Twojej firmie - Sekcja */

.goz-in-company-section {
  padding: 100px 0 80px;
  background-color: #213261;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.goz-in-company-section::before {
  content: "";
  position: absolute;
  border-radius: 962px;
  background: rgba(199, 71, 231, 0.44);
  filter: blur(250px);
  bottom: -50%;
  left: 15%;
  width: 962px;
  height: 700px;
  flex-shrink: 0;
}

.goz-in-company-section .container {
  max-width: 1456px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.goz-in-company-section .section-header {
  text-align: left;
  margin-bottom: 48px;
  /* padding: 100px 0 80px; */
}

.goz-in-company-section .section-title {
  font-family: "Inter", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  color: #ffffff;

  letter-spacing: -0.047em;
}

.goz-in-company-section .section-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.cards-wrapper {
  display: flex;
  gap: 44px;
  justify-content: space-between;
}

.company-card {
  flex: 1;
  max-width: 706px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-wrap: balance;
}

.card-icon {
  width: 69.19px;
  height: 79.44px;
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

.card-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
  max-width: 675px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .cards-wrapper {
    flex-direction: column;
    gap: 60px;
  }

  .card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .goz-in-company-section {
    padding: 60px 0 40px;
  }

  .goz-in-company-section .section-header {
    /* padding: 60px 0 40px; */
    margin-bottom: 60px;
  }

  .goz-in-company-section .section-title {
    font-size: 32px;
  }

  .goz-in-company-section .section-subtitle {
    font-size: 18px;
  }

  .card-title {
    font-size: 22px;
  }

  .card-description {
    font-size: 15px;
  }
}
