.bg-image {
  background: url("./../../01/img1.jpg") no-repeat center;
}

@media (max-width: 425px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

img {
  object-fit: cover;
}
