/** Shopify CDN: Minification failed

Line 58:1 Expected "}" to go with "{"

**/
.nmh-dynamic-button {
  border-radius: 20px;
  background: #E8F0EE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  margin: 32px 0 24px;
  text-decoration: none;
  transition: .3s !important;
}
.nmh-dynamic-button:hover {
    background: #deebe8;
}
.nmh-dynamic-button .nmh-dynamic-button-container > div {
  font-family: "Poppins", sans-serif;
  color: #1C495A !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nmh-dynamic-button .nmh-dynamic-button-container > div svg {
    margin-left: 20px;
    min-width: 17px;
}
.nmh-dynamic-button-container {
  width: 100%;
}
.nmh-dynamic-button-container p {
    color: #1C495A;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (min-width: 1024px) {
  .nmh-dynamic-button {
    padding: 20px 80px;
    width: 100%;
  }
  .nmh-dynamic-button > div {
    width: 100%;
  }
  .nmh-dynamic-button-container p {
    font-size: 24px;
    margin: 0 !important;
}