@media only screen and (max-width: 600px) {
  .footer-fiduciary {
    width: 100% !important;
    background: #ffffff;
    font-size: xx-small;
    margin-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .footer_fiduciary_new {
    font-size: xx-small;
    margin-top: 1px !important;
    /* margin-left: 15px !important; */
    padding-bottom: 8px !important;
  }
}

@media only screen and (min-width: 600px) {
  .footer-fiduciary {
    width: 100% !important;
    background: #ffffff;
    font-size: x-small;
    margin-top: 8px !important;
  }

  .footer_fiduciary_new {
    font-size: x-small;
    margin-top: 1px !important;
    /* margin-left: 15px !important; */
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .footer-fiduciary {
    width: 100% !important;
    background: #ffffff;
    font-size: x-small;
    margin-top: 8px !important;
  }

  .footer_fiduciary_new {
    font-size: x-small;
    margin-top: 1px !important;
    /* margin-left: 15px !important; */
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .footer-fiduciary {
    width: 100% !important;
    background: #ffffff;
    font-size: x-small;
    margin-top: 8px !important;
  }

  .footer_fiduciary_new {
    font-size: x-small;
    margin-top: 1px !important;
    /* margin-left: 15px !important; */
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .footer-fiduciary {
    width: 100% !important;
    background: #ffffff;
    font-size: small;
    margin-top: 8px !important;
  }

  .footer_fiduciary_new {
    width: 100% !important;
    font-size: small;
    margin-top: 1px !important;
    /* margin-left: 50% !important; */
  }
}