.banner {
  margin: 5rem 0 20px 0;
}
.banner .images {
  width: 100%;
  background-color: #ebebeb;
  position: relative;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.banner .images .typoGraphy {
  width: 60%;
}
.banner .images .brandLogo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background-color: #fbfbfb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .brand-name.d-lg-none{
    margin-right:30px;
}
.banner .images .brandLogo img {
  width: 60%;
}
@media (max-width: 768px) {
  .banner .container-md ,.category .container-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
    .banner {
        margin: 20px 0;
    }
  .banner .images {
    justify-content: center;
  }
  .banner .images {
    border-radius: 10px;
  }
  .banner .images .typoGraphy {
    width: 30%;
  }
  .banner .images .brandLogo {
    width: 120px;
    height: 120px;
  }
}
