@import "../../frontend/node_modules/leaflet/dist/leaflet.css";
.contact-main {
  margin-top: 156px;
}

.wrapper-address {
  -webkit-box-shadow: 0px 87px 24px 0px rgba(117, 75, 16, 0), 0px 56px 22px 0px rgba(117, 75, 16, 0), 0px 31px 19px 0px rgba(117, 75, 16, 0.01), 0px 14px 14px 0px rgba(117, 75, 16, 0.02), 0px 3px 8px 0px rgba(117, 75, 16, 0.02);
          box-shadow: 0px 87px 24px 0px rgba(117, 75, 16, 0), 0px 56px 22px 0px rgba(117, 75, 16, 0), 0px 31px 19px 0px rgba(117, 75, 16, 0.01), 0px 14px 14px 0px rgba(117, 75, 16, 0.02), 0px 3px 8px 0px rgba(117, 75, 16, 0.02);
}
.wrapper-address ul li {
  padding-left: 30px;
  margin-bottom: 8px;
}
.wrapper-address ul li.home {
  background: url("../images/icon_home_main.svg") no-repeat left top;
  background-size: 24px;
}
.wrapper-address ul li.mail {
  background: url("../images/icon_email.svg") no-repeat left top;
  background-size: 24px;
  margin-bottom: 24px;
}
.wrapper-address ul li.phone {
  background: url("../images/icon_phone_main.svg") no-repeat left top;
  background-size: 24px;
}

.whatsap-link {
  margin-top: 32px;
  border-radius: var(--radius-2xl, 16px);
  background: url("../images/icon_social.svg") #ffe8cc no-repeat right;
  background-size: 113px;
  padding: 16px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whatsap-link img {
  width: 48px;
  border-radius: 8px;
}
.whatsap-link a {
  color: var(--uiInk-brand-orange-02, #985300);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}