@media screen and (max-width: 450px) {
  .w-75 {
    width: 100% !important;
  }
  ul {
    padding-left: 0 !important;
    font-size: 14px;
  }
  ul strong {
    font-weight: 600;
  }
  .fw-bold {
    font-weight: 400 !important;
  }
  p {
    font-size: 14px !important;
  }
  h5 .fw-bold {
    font-size: 18px !important;
    font-weight: 700;
  }

  .socail-back-full {
    width: 60% !important;
  }

  .socail-back-full .py-3 {
    padding: 10px 0 !important;
  }
}
