@media (min-width: 768px) and (max-width: 991px){
  .footer-container .custom-row > div:nth-child(4)  {
    clear: left;
    margin-top: 30px;
  }
  .footer-container .custom-row > div:nth-child(5) {
    margin-top: 30px;
  }
}