.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #000000;
}
 
.home-text10 {
  color: rgb(148, 147, 147);
  width: 365px;
  height: 48px;
  font-style: normal;
  text-align: center;
  font-family: "Instrument Serif";
  font-weight: 100;
  padding-top: var(--dl-layout-space-threeunits);
}
 
.home-image {
  width: 636px;
  height: 489px;
  display: block;
  object-fit: cover;
  padding-top: 238px;
  border-color: #000000;
  border-width: 1px;
}
 
.home-text11 {
  color: rgb(148, 147, 147);
  width: 365px;
  height: 252px;
  font-style: normal;
  text-align: center;
  font-family: "Instrument Sans";
  font-weight: 400;
  padding-top: 191px;
  margin-bottom: 0px;
}
 
.home-text14 {
  color: rgb(148, 147, 147);
  width: 365px;
  height: 220px;
  font-style: normal;
  text-align: center;
  font-family: "Instrument Sans";
  font-weight: 400;
  margin-bottom: 0px;
}
 
@media(max-width: 479px) {
  .home-image {
    width: 461px;
    height: 437px;
  }
}
