﻿body {
}

.navbar-brand {
  text-shadow: 0px 1px #000;
  font-size: 1.5rem;
}

.hero-img {
  width: 35%;
}

.logo {
  background-image: url(https://www.loanyourdoor.in/upload/assets/img/logo/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 190px;
  height: 75px;
}

.gallery-brands {
  border: 2px solid rgba(15, 99, 172, .14);
  border-radius: 8px;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 12px 0;
  transition: border-width .6s linear;
  box-shadow: 0px 9px 24px #0000001a;
}

  .gallery-brands img {
    margin: 0 auto;
  }
