 .info-item {
     transition: all 0.3s ease;
     cursor: pointer;
 }

 .info-item i,
 .info-item h3,
 .info-item p {
     transition: color 0.3s ease;
 }

 .info-item:hover i,
 .info-item:hover h3,
 .info-item:hover p {
     color: #ff6a00;
     /* Turuncu */
 }

 .info-item {
     color: inherit;
 }

 .info-item:hover i {
     transform: scale(1.15);
 }