.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-thq-btn-elm {
  text-decoration: none;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}

.home-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  border-color: var(--color-on-surface);
  border-width: 5px;
  border-radius: var(--border-radius-sm);
  justify-content: flex-start;
}
 
.home-image1 {
  width: 200px;
  object-fit: cover;
}
 
.home-text10 {
  color: rgb(30, 107, 59);
  width: 1920px;
  position: relative;
  font-size: 48px;
  font-style: normal;
  text-align: right;
  font-family: "Arial";
  font-weight: 700;
  animation-name: none;
  text-transform: capitalize;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-image2 {
  top: 1px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  margin: auto;
  overflow: auto;
  position: absolute;
  object-fit: fill;
  object-position: right center;
}
 
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100px;
  display: flex;
  align-items: flex-start;
}
 
.home-thq-btn-elm2 {
  text-decoration: none;
}
 
.home-thq-btn-elm4 {
  text-decoration: none;
}
 
.home-container4 {
  display: none;
}
 
.home-container5 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .home-text10 {
    width: 1454px;
  }
}
 
@media(max-width: 991px) {
  .home-text10 {
    right: 0px;
    width: 787px;
    position: sticky;
    font-size: 32px;
  }
}
 
@media(max-width: 767px) {
  .home-text10 {
    color: rgb(30, 107, 59);
    right: 0px;
    position: fixed;
    font-size: 24px;
    font-style: normal;
    font-family: Arial;
    font-weight: 700;
  }
}
 
@media(max-width: 479px) {
  .home-text10 {
    color: rgb(30, 107, 59);
    right: 0px;
    width: 1048px;
    position: relative;
    font-size: 20px;
    align-self: center;
    font-style: normal;
    text-align: right;
    font-family: Arial;
    font-weight: 700;
    animation-name: none;
    text-transform: capitalize;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
}
