.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: url(Asset-3-8.png);
}
.home-container1 {
  width: 100%;
  display: flex;
  padding: 30px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
.home-image {
  width: 50%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.home-container2 {
  left: 0px;
  bottom: 0px;
  height: 60px;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.home-c-o-n-t-a-c-t {
  top: 0px;
  color: #ffffff;
  right: 0px;
  width: 200px;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  border-width: 0px;
  padding-left: var(--dl-space-space-halfunit);
  border-radius: 0px;
  padding-right: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
  background-color: #001823;
}
