      #bottom_header{
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        background-color: #ffffff;
      }

      #bottom_header a{
        display: flex !important;
        flex-direction: row !important;
        max-width: 700px;
        margin-bottom: 0px;
        justify-content: center;
        align-items: center;
      }

      #bottom_header img{
        max-width: 30%;
        display: block;
        max-height:95px;
        width: auto;
        height: auto;
      }

      #bottom_header h1{
        color: #54075b;
        font-weight: 600;
        max-width: 100%;
        font-size: 17px;
        line-height: 22px;
        margin-left: 10px;
        transition: ease all .3s;
        padding: 7px 0 10px;
        max-width: 700px !important;
      }
      #bottom_header .link-item:nth-child(2):hover h1,
      #bottom_header .link-item:nth-child(2):active h1,
      #bottom_header .link-item:nth-child(2):focus h1.
      #bottom_header .link-item:nth-child(3):hover h1,
      #bottom_header .link-item:nth-child(3):active h1,
      #bottom_header .link-item:nth-child(3):focus h1{
        color: #c69fcc;
      }


      @media only screen and (max-width: 500px) {
      #bottom_header .link-item h1{
        font-size: 14px;
        line-height: 14px;
        margin-top: 2px;
        padding-top: 0px; 
      }
      #bottom_header .link-item img{
        margin-left: 10px;
        max-width: 60%;
        max-height: 70px !important;
      }
      }
      #bottom_header .lg-dib {
          display: block;
      }

      @media only screen and (min-width: 300px) and (max-width: 801px) {
        #bottom_header .lg-dib {
          display: inline !important;
        }
      }
