.container-margin-top {
  margin-top: 140px;
}

.line2 {
  margin-right: 5px;
  width: 72px;
  height: 2px;
  border-top: solid 2px var(--bs-primary);
  opacity: 1;
}

.line1 {
  margin-right: 5px;
  width: 72px;
  height: 2px;
  border-top: solid 2px var(--bs-body-bg);
  opacity: 1;
}

.espa-img {
  object-fit: contain;
  max-height: 70px;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .banner-div {
    width: 50%;
    height: 50%;
  }
}

