.footer {
  background-color: #101820;
  color: #fff;
  padding: 50px;
  font-family: Arial, sans-serif;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  background: none;
}
.footer-col {
    background: none;
}
.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 2px solid #0073e6;
  display: inline-block;
  padding-bottom: 5px;
  background: none;
}

.footer-col>ul{
    background: none;
}

.footer-col>ul>li{
    background: none;
}

.footer-col p, .footer-col a {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  text-decoration: none;
  background: none;
}

.footer-col a:hover {
  color: #fff;
}
.social-icons{
    background: none;
}
.social-icons>a>img{
    width: 16px;
    background: none;
}
.social-icons>a>span{
    font-size: 14px;
    background: none;
}
.social-icons a {
  font-size: 20px;
  margin-right: 10px;
  color: #ccc;
  transition: color 0.3s;
  background: none;
  display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
}

.social-icons a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  border-top: 1px solid #444;
  padding-top: 10px;
  color: #999;
  background: none;
}
.footer-bottom>p{
    background: none;
}
@media screen and (min-width: 800px){
  .footer {
  background-color: #101820;
  color: #fff;
  padding: 50px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  background: none;
}
.footer-col {
    background: none;
}
.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 2px solid #0073e6;
  display: inline-block;
  padding-bottom: 5px;
  background: none;
}

.footer-col>ul{
    background: none;
}

.footer-col>ul>li{
    background: none;
}

.footer-col p, .footer-col a {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  text-decoration: none;
  background: none;
}

.footer-col a:hover {
  color: #fff;
}
.social-icons{
    background: none;
}
.social-icons>a>img{
    width: 16px;
    background: none;
}
.social-icons>a>span{
    font-size: 14px;
    background: none;
}
.social-icons a {
  font-size: 20px;
  margin-right: 10px;
  color: #ccc;
  transition: color 0.3s;
  background: none;
  display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
}

.social-icons a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  border-top: 1px solid #444;
  padding-top: 10px;
  color: #999;
  background: none;
}
.footer-bottom>p{
    background: none;
}
}