.slide-show .carousel-item img {
  height: 50vh;
  width: 100%;
  object-fit: cover;
}

footer {
  background: #000;
  padding-top: 1rem;
  color: #fff;
}
footer .btt {
  color: #fff;
  font-size: 22px;
}

.row-align {
  align-items: center;
}

.box-3 {
  background: url("../images/best-banks-in-Canada.jpeg") no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
.box-3 .item {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
}

.box-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.box-2 .left img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.box-2 .right {
  padding: 30px;
  background: #f2f2f2;
  height: 80vh;
}

.feature p {
  font-size: 13px !important;
}
.feature h4 {
  font-size: 16px !important;
}

@media only screen and (max-width: 576px) {
  .box-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=style.css.map */
