#footerMob {
  margin-top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 18px;
  position: relative;
  padding-inline: 20px;
  background: transparent;
  margin-top: 100px;
}
#footerMob .top-card {
  background: #d9e45a;
  padding: 70px 30px;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
}
#footerMob .top-card .icon2 {
  position: absolute;
  top: -27px;
  right: -30px;
  width: 100px;
  height: auto;
  transform: rotate(-120deg);
}
#footerMob .top-card .icon1 {
  position: absolute;
  bottom: -34px;
  left: -35px;
  width: 160px;
  height: auto;
  z-index: 9;
}
#footerMob .top-card h2 {
  color: #19522f;
  font-size: 38px;
  font-family: "Sedan", serif;
}
#footerMob .top-card p {
  color: #19522f;
  font-size: 16px;
}
#footerMob .top-card .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 47px;
  margin-top: 29px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
  background: #19522f;
  color: #d9e45a;
  z-index: 100;
}
#footerMob .top-card .button:hover {
  color: #19522f;
  background: #d9e45a;
}
#footerMob .footer-info {
  margin-top: 45px;
}
#footerMob .footer-info p {
  font-size: 16px;
  color: #1F1F1F;
  margin-bottom: 22px;
  opacity: 0.9;
}
#footerMob .footer-info h2 {
  margin-top: 60px;
  color: #19522f;
  text-transform: uppercase;
  font-family: "Sedan", serif;
  font-size: clamp(24px, 7vw, 48px);
  text-align: left;
}

@media only screen and (min-device-width: 1140px) {
  #footerMob {
    margin-top: 160px;
    width: 100%;
    height: 100%;
    padding-bottom: 18px;
    position: relative;
    padding-inline: 50px;
    background: transparent;
    max-width: 1300px;
    margin-inline: auto;
  }
  #footerMob .top-card {
    background: #d9e45a;
    padding: 120px 70px;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    max-width: 1300px;
    margin-inline: auto;
  }
  #footerMob .top-card .icon2 {
    position: absolute;
    top: -70px;
    right: -75px;
    width: 250px;
    height: auto;
    transform: rotate(-120deg);
  }
  #footerMob .top-card .icon1 {
    position: absolute;
    bottom: -125px;
    left: -125px;
    width: 460px;
    height: auto;
    z-index: 9;
  }
  #footerMob .top-card h2 {
    color: #19522f;
    font-size: 72px;
    font-family: "Sedan", serif;
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 15px;
  }
  #footerMob .top-card p {
    color: #19522f;
    font-size: 20px;
    max-width: 680px;
    margin-inline: auto;
  }
  #footerMob .top-card .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 52px;
    margin-top: 39px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
    background: #19522f;
    color: #d9e45a;
    z-index: 100;
  }
  #footerMob .top-card .button:hover {
    color: #19522f;
    background: #d9e45a;
  }
  #footerMob .footer-info {
    margin-top: 45px;
  }
  #footerMob .footer-info .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #footerMob .footer-info .flex div {
    display: flex;
    gap: 25px;
  }
  #footerMob .footer-info p {
    font-size: 16px;
    color: #1F1F1F;
    margin-bottom: 22px;
    opacity: 0.9;
  }
  #footerMob .footer-info h2 {
    margin-top: 120px;
    color: #19522f;
    text-transform: uppercase;
    font-family: "Sedan", serif;
    font-size: clamp(80px, 1vw, 250px);
    text-align: center;
  }
}/*# sourceMappingURL=footer.css.map */