.footer {
  background: #1E293B;
  color: #cbd5e1;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
  
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;

}

.footer-box h3,
.footer-box h4 {
  color: #ffffff;
  margin-bottom: 12px;
}
.footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;             
}

.footer-box ul li {
  display: block;              
  white-space: normal;
}

.footer a {
  color: #38bdf8;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #1e293b;
  padding-top: 15px;
  font-size: 14px;
}

@media (max-width: 600px) {
  .footer {
    text-align: center;
  }
}
@media (min-width: 914px) {
.my{
  margin-left:15% ;
}

}
