.footer_custom {
  width: 100vw;               /* вся ширина окна */
  background-color: #f5f5f5;   /* твой цвет */
  color: #000;                 /* чёрный текст (или white если надо) */
  padding: 1rem 0;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}

.footer_custom * {
  margin: 0;
  padding: 0;
}

.text_cont {
    margin-left: 225px;
}

@media (max-width: 767.98px) {
    .text_cont {
        margin-left: 0;
    }
}