/* ================= MAIN SECTION ================= */
.why-section {
  margin-top: 100px;
  padding: 60px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.why-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  gap: 40px;
  align-items: center;
  justify-content: center;
  border:10px solid #6a1b9a;
  border-radius: 25px;  
  padding: 30px;  
  box-shadow: 0 0 50px rgba(166, 109, 201, 0.4);
  background-color: #e8d8f3;
}

.why-image img {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.why-text {
  flex: 1;
  min-width: 300px;
}

.why-text h1 {
  color: #6a1b9a;
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.why-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}
