::-webkit-scrollbar {
  width: 5px !important;
}

::-webkit-scrollbar-thumb {
  background: #1b9dd1 !important;
  border-radius: 2px !important;
}

::-webkit-scrollbar-track {
  background: #f2f3f5 !important;
}

.my-first-section {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center 70px !important;
}

.my-second-section {
  background-image: url("../img/demos/industry-factory/backgrounds/background-2.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero-image-1 {
  width: 363px !important;
  height: 321px !important;
  object-fit: cover !important;
}

.hero-image-2 {
  width: 661px !important;
  height: 334px !important;
  object-fit: cover !important;
}

.generic-image-1 {
  width: 400px !important;
  height: 350px !important;
  object-fit: cover !important;
}

.home-icon {
  height: 60px !important;
  width: 60px !important;
  object-fit: contain !important;
}

.color-black p {
  color: black !important;
}

@media (max-width: 500px) {
  .text-10 {
    font-size: 1.8em !important;
  }
}

.whatsapp-button {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 998;
}

.whatsapp-button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
