footer {
   padding-block: 50px;
}

footer .logo {
   text-align: center;
   margin-bottom: 40px;
}

footer .logo img {
   max-height: 70px;
}


footer .logo img {
   max-height: 70px;
}

footer .box h4 {
   font-size: 20px;
   margin-bottom: 15px;
}

footer .box ul {
   list-style: none;
   padding: 0;
}

footer .box ul li {
   margin-bottom: 10px;
}

footer .box ul li a {
   text-decoration: none;
   font-size: 15px;
}

footer .box ul li a:hover,
footer .box ul li a:focus {
   color: var(--site_fourth_color);
}

footer .bottom-box ul {
   padding: 0;
   list-style: none;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 0;
   margin-top: 30px;
}

footer .bottom-box ul li {
   margin-inline: 10px;
}

footer .bottom-box ul li a {
   width: 40px;
   height: 40px;
   display: flex;
   background-color: var(--site_fourth_color);
   justify-content: center;
   align-items: center;
   text-decoration: none;
   border-radius: 50%;
   color: var(--site_text_color);
   font-size: 20px;
}

@media (max-width: 991.98px) {
   footer .box {
      margin-bottom: 20px;
   }

   footer .box:last-of-type {
      margin-bottom: 0;
   }
}
