.footer {
  background: #0f172a;
  color: #cbd5e1;
  /*padding: 60px 20px 20px;*/
  font-family:'Roboto';
  font-size: 14px;
}

.footer-container {
  max-width: 100%;
  padding: 60px 20px 20px;
  margin-left: 0;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-container div {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
}

.footer-bottom span {
  color: #fff;
  margin-bottom: 12px;
  padding-left:10px;
  font-size: 12px;
}

.footer a {
  color: #cbd5e1;
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.footer a:hover {
  color: #7f99ba;
}

.footer-brand img {
  max-width: 160px;
  margin-bottom: 12px;
}

.footer-brand, .footer-links, .footer-contact{
  border-right: 1px dotted #fff;
}


.footer-bottom {
  border-top: 1px solid #334155;
  margin-top: 40px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
}