.growth-marketing-section {
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
  overflow-x: hidden;
}

.growth-marketing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.growth-marketing-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  background-color: #ffffff;
  padding: 40px;
}

.growth-marketing-text {
  flex: 1;
  max-width: 600px;
}

.growth-marketing-title {
  color: #162139;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.growth-marketing-description {
  color: #535965;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 10px 0px;
}
}

.growth-marketing-description strong {
  font-weight: 700;
}

/* List Styles */
.growth-marketing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.growth-marketing-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5;
}

.growth-marketing-section .item-icon {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  flex-shrink: 0;
}

.item-text {
  flex: 1;
  color: #535965;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.growth-marketing-footer {
  color: #535965;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.growth-marketing-footer strong {
  font-weight: 700;
}

.growth-marketing-image {
  flex: 0 0 450px;
  max-width: 450px;
}

.growth-marketing-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .growth-marketing-container {
    padding: 0;
  }

  .growth-marketing-content {
    gap: 40px;
    padding: 30px;
  }

  .growth-marketing-image {
    flex: 0 0 380px;
    max-width: 380px;
  }

  .growth-marketing-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .growth-marketing-section {
    padding: 40px 0;
  }

  .growth-marketing-container {
    padding: 0 20px;
  }

  .growth-marketing-content {
    flex-direction: column;
    gap: 30px;
    padding: 24px;
  }

  .growth-marketing-text {
    max-width: 100%;
  }

  .growth-marketing-image {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }

  .growth-marketing-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .growth-marketing-description {
    font-size: 15px;
  }

  .growth-marketing-item {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .growth-marketing-section {
    padding: 30px 0;
  }

  .growth-marketing-container {
    padding: 0 16px;
  }

  .growth-marketing-content {
    padding: 20px;
    gap: 20px;
  }

  .growth-marketing-title {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .growth-marketing-description {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .growth-marketing-item {
    font-size: 14px;
    padding: 8px 0;
  }

  .growth-marketing-section .item-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .growth-marketing-footer {
    font-size: 14px;
  }

  .growth-marketing-list {
    margin-bottom: 18px;
  }
}

@media (max-width: 375px) {
  .growth-marketing-section {
    padding: 25px 0;
  }

  .growth-marketing-container {
    padding: 0 16px;
  }

  .growth-marketing-title {
    font-size: 20px;
  }

  .growth-marketing-description,
  .growth-marketing-item,
  .growth-marketing-footer {
    font-size: 13px;
  }

  .growth-marketing-content {
    padding: 18px;
  }
}
