
.about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  gap: 40px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
}

.about > div:first-child {
  flex: 1;
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.about > div:first-child h1 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #4e91f9;
}

.about > div:first-child p {
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.about > div:first-child a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #4e91f9;
  color: white;

  border-radius: 4px;
  transition: background-color 0.3s ease;
  width: 320px;
  
          padding: 15px 30px 10px;
        font-size: 16px;
  
  
}

.about > div:first-child a:hover {
  xbackground-color: #3b78d8;
  
  
    box-shadow: rgba(0, 0, 0, 0.2) 0px 19px 56px 0px;
    color: rgb(255, 255, 255);
    background: -webkit-linear-gradient(-94deg, rgb(231, 65, 121) 0%, rgb(254, 122, 106) 84%);
    border-color: rgb(238, 71, 48);

  
  
  
}

.about > div:last-child {
  flex: 1;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr; /* stack features vertically */
}


.about > div:last-child > div {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about > div:last-child > div:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.about > div:last-child h1 {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
  
}

.about > div:last-child p {
  font-size: 15px;
  color: #555;
}

.about > div:last-child img {
  max-width: 80px;
  margin-bottom: 10px;
}


.growth{
	xbackground: linear-gradient(to bottom, rgb(250, 120, 5) 0%, rgb(117, 11, 246) 100%)
	
}
.growth-rate{
	margin: auto;
	display: inline-block;
 
  margin-bottom: 10px;
  text-decoration: none;
  xbackground-color: #4e91f9;
  color: white;

  border-radius: 4px;
  transition: background-color 0.3s ease;
  width: 250px;
  
          padding: 15px 30px 10px;
        font-size: 16px;
		border: 1px;
	 border-color: rgb(238, 71, 48);
	     font-family: 'Poppins', sans-serif;





box-shadow: rgba(0, 0, 0, 0.2) 0px 19px 56px 0px;
    color: rgb(255, 255, 255);
    background: -webkit-linear-gradient(-94deg, rgb(231, 65, 121) 0%, rgb(254, 122, 106) 84%);
    border-color: rgb(238, 71, 48);





}


.growth span{
	
	font-size: 30px;
}


.growth p{
	
	font-size: 18px;
}





@media (max-width: 768px) {
  .about {
    flex-direction: column;
  }
  
  .about > div:first-child a {
	  
	  
	  width: 300px;
  }
  
}

