.new-section {
  height: 40vh;
  width: 100%;
  background-image: url("../img/banner-2.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
}
.color-white {
  color: #fff !important;
}
