.logo-img {
    width: 100px;
}
.footer-logo-img {
    width: 150px;
}

.mr-key {
    margin-right: 20px;
}

.grid {
    /* background: #DDD; */
  }
  
  /* clear fix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }
  
  /* ---- .grid-item ---- */
  
  .grid-item {
    padding: 5px;
    border-radius: 5px;
  }
  .grid-sizer,
  .grid-item {
    width: 33.33%;
  }
  
  .grid-item {
    float: left;
  }
  
  .grid-item img {
    display: block;
    max-width: 100%;
    border-radius: 5px;
  }
  
  @media only screen and (max-width: 600px) {
    .grid-sizer,
  .grid-item {
    width: 50%;
  }
  }
  @media only screen and (max-width: 600px) {
    .dontate-now {
      display: inline-block !important;
    }
  }


  .dontate-now {
    display: none;
    width: 50px;
    height: 50px;
    background: var(--oxpins-primary);
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.dontate-now i {
  color: var(--oxpins-black);
  font-size: 18px;
  line-height: 50px;
}

.dontate-now:hover {
  background-color: var(--oxpins-base);
}

.dontate-now:hover i {
  color: #fff;
}
