.footer-icon {
  font-size: smaller;
  margin-right: 3px;
}
.text-center-footcont {
  text-align: center !important;
}
@media (max-width: 768px) {
  .text-center-footcont {
    text-align: justify !important;
  }
}

/* Footer specific styles that can't be inlined */
.footer-icon {
  opacity: 0.5;
}

.topics a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}

.topics a:hover {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}

/* Media queries */
@media (max-width: 768px) {
  .name_text {
    justify-content: flex-start !important; 
  }
}
  
@media (min-width: 991px) and (max-width: 1450px) {
  .name_text {
    justify-content: space-evenly !important;
  }
}

.footerlink-main p a {
  color: silver;
  text-decoration: none;
  font-size: 14px;
}

.copyright_sty_cont a {
  color: #212529;
  text-decoration: none;
  font-weight: 600;
}

.d-desk-none {
  display: none;
}

@media (max-width: 576px) {
  .d-desk-none {
    display: block;
  }
  .footer-sathee-logos a img {
    width: 2rem;
  }
}