.csr-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 90px 60px;
  background: #e8e8e9;
  width: 100%;
}

.csr-section .container {
  width: 100%;
  max-width: 1392px;
  margin: 0 auto;
}

.csr-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 81px;
  width: 100%;
}

.csr-title {
  flex: 0 0 auto;
}

.csr-title h1 {
  font-family: PPNeueMontreal-Regular, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  margin: 0;
  max-width: 600px;
}

.csr-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  max-width: 604px;
}

.csr-info h3 {
  font-family: PPNeueMontreal-Regular, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #ad2324;
  margin: 0 0 16px 0;
}

.csr-info p {
  font-family: PPNeueMontreal-Regular, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  margin: 0;
  max-width: 680px;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .csr-content {
    flex-direction: column;
    gap: 40px;
  }

  .csr-title h1 {
    font-size: 60px;
  }

  .csr-info h3 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .csr-section {
    padding: 60px 30px;
  }

  .csr-title h1 {
    font-size: 48px;
  }

  .csr-info h3 {
    font-size: 32px;
  }

  .csr-info p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .csr-section {
    padding: 40px 20px;
  }

  .csr-title h1 {
    font-size: 36px;
  }

  .csr-info h3 {
    font-size: 24px;
  }
}
