@media (max-width: 767px) {
  .header .socials-wrap{
    margin-top: 10px !important;
    padding-top: 0 !important;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap !important;
  }

  .header .socials{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex !important;
    gap: 8px;
    align-items: center;
  }

  .header .socials img{
    height: 22px !important;
    width: auto !important;
  }

  .header .socials a{
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .page-title{
    padding-top: 160px !important;
  }
}
