.kurumsal-own-product-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: start;
  background-color: #fff;
  gap: 16px;
  margin: auto;
  max-width: 1280px;
}

@media (max-width: 768px) {
  .kurumsal-own-product-section {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}

@media (min-width: 768px) and (max-width: 1020px) {
  .kurumsal-own-product-section {
    flex-direction: column;
    text-align: center;
    gap: 0;
    padding: 65px 11.5px 0px 11.5px;
  }
}

.kurumsal-own-product-section .kurumsal-own-product-text {
  flex: 3;
}

@media (max-width: 768px) {
  .kurumsal-own-product-section .kurumsal-own-product-text {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1020px) {
  .kurumsal-own-product-section .kurumsal-own-product-text {
    margin-bottom: 25px;
  }
}

.kurumsal-own-product-section .kurumsal-own-product-image {
  flex: 2;
}

@media (max-width: 768px) {
  .kurumsal-own-product-section .kurumsal-own-product-image {
    padding: 0px 10px;
  }
}

.kurumsal-own-product-section .kurumsal-own-product-image img {
  max-width: 100%;
  object-fit: cover;
}

@media (min-width: 600px) and (max-width: 768px) {
  .kurumsal-own-product-section .kurumsal-own-product-image img {
    max-width: 80%;
  }
}

.kurumsal-own-product-text .content-title .header2 {
  text-align: left;
  font-size: 60px;
}


@media (max-width: 768px) {
  .kurumsal-own-product-text .content-title .header2  {
    text-align: center;
    font-size: 35px;
  }
}

.kurumsal-own-product-text .content-title p {
  text-align: left;
}

@media (max-width: 768px) {
  .kurumsal-own-product-text .content-title p {
    text-align: center;
  }
}

