div.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
   
  }

  .remember2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Равномерное распределение иконок */
}

.social-link {

    text-align: center; /* Центрирование содержимого */
    margin-bottom: 1px; /* Расстояние между рядами */
}


  div.container2 {
    display: flex;
    
}

@media screen and (max-width: 767px) {
  div.container2 {
      display: none; /* Скрываем панель на мобильных устройствах */
  }

  

}

@media (min-width: 992px) {
  .for-phone {
    display: none;
  }

  div.form-group2{
    display: none;
  }

  
}