
.footer {
    /*background: #152F4F;*/
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% );
  
    color: white;
  }
  .footer .links ul {
    list-style-type: none;
  }
  .footer .links li a {
    color: white;
    transition: color .2s;
  }
  .footer .links li a:hover {
    text-decoration: none;
    color: #4180CB;
  }
  .footer .about-company i {
    font-size: 25px;
  }
  .footer .about-company a {
    color: white;
    transition: color .2s;
  }
  .footer .about-company a:hover {
    color: #4180CB;
  }
  .footer .location i {
    font-size: 18px;
  }
  .footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* ----------------------------------------------- */
  .footer-brand-text {
    margin-top: -0.75rem !important;
  }
  .footer-brand-text > span {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 900;
    font-size: 3vw;
    color:white;
  }

  .footer-sub-header{
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 1vw;
    color:Lavender;
  }

  .footer-sub-header-img{
    display: inline;
    
    max-height: 1rem;
  }

  .footer-last-header > img{
    margin-top: 0.25rem;
    max-width: 6vw;
    max-height: 4vh;
  }

  .footer-single-image > img{
    margin-top: 0.25rem;
    max-width: 6vw;
  }

  .brand-MG{
    font-family: 'Ultra', serif;
    font-size: 1.75vw;
    color:white;
  }

  .footer-copyright{
    font-size: 1.2vw;
  }