
  .modal-popup.newsletter-popup .modal-inner-wrap {
      width: 480px;
  }

  .modal-popup.newsletter-popup .buttons-container button.subscribe {
      background-color: #ffffff;
  }

  .modal-popup.newsletter-popup .buttons-container button.subscribe:before {
      border-color: transparent transparent transparent #8cc158;
  }
  .modal-popup.newsletter-popup .buttons-container button.subscribe:after {
      border-color: transparent #8cc158 transparent transparent;
  }


&:before {
bottom: 0;
left: 0;
border-color: transparent transparent transparent @color-secondary-4;
}

&:after {
top: 0;
right: 0;
border-color: transparent @color-secondary-4 transparent transparent;
}