.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-image1 {
  width: 100%;
  object-fit: cover;
}
 
.home-container2 {
  width: 98%;
  height: 601px;
  display: flex;
  margin-top: 12px;
  align-items: flex-start;
  border-radius: 10px;
  flex-direction: column;
  background-color: #ffffff;
}
 
.home-image2 {
  width: 100%;
  object-fit: cover;
  border-radius: var(--dl-layout-radius-cardradius);
}
 
.home-container3 {
  width: 95%;
  height: 350px;
  display: flex;
  position: relative;
  align-self: center;
  margin-top: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text1 {
  text-align: center;
}
 
.home-text2 {
  color: #f19a03;
  font-size: 18px;
  font-weight: 700;
}
 
.home-text3 {
  color: #f19a03;
  font-size: 18px;
  font-weight: 700;
}
 
.home-text4 {
  font-size: 18px;
  font-weight: 700;
}
 
.home-text5 {
  font-size: 14px;
}
 
.home-navlink1 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  width: 100%;
  height: 55px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-layout-space-oneandhalfunits);
  text-align: center;
  font-weight: 600;
  border-width: 0px;
  border-radius: 10px;
  margin-bottom: 1px;
  text-decoration: none;
  background-color: var(--dl-color-theme-primary1);
}
 
.home-navlink2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  width: 100%;
  height: 55px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-layout-space-halfunit);
  text-align: center;
  font-weight: 600;
  border-width: 0px;
  border-radius: 10px;
  margin-bottom: 1px;
  text-decoration: none;
  background-color: var(--dl-color-theme-primary1);
}
 
.home-navlink3 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  width: 100%;
  height: 55px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-layout-space-halfunit);
  text-align: center;
  font-weight: 600;
  border-width: 0px;
  border-radius: 10px;
  margin-bottom: 1px;
  text-decoration: none;
  background-color: var(--dl-color-theme-primary1);
}
 
.home-text7 {
  left: 0px;
  right: 0px;
  bottom: 15px;
  margin: auto;
  position: absolute;
  font-size: 12px;
  align-self: center;
  text-align: center;
}
 
.home-text9 {
  color: var(--dl-color-theme-primary2);
}
}
