* {
  margin: 0;
  padding: 0;
}

.home-bg-color {
  background-color: #EE9832;
  height: 50% !important;
}

@media (min-width: 768px) {
  .first-home-bg-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .first-home-bg-image {
    height: auto;
    width: 100%;
    object-fit: fill;
  }
}

.second-home-bg-image {
  background-image: url('../images/homepage/second-home-bg-image.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}