/* Id: 7.3551623.1609138999
 * Generated: 27.10.2021 4:19:51
 */
    .newsletter-orderbox {
  background: #eff0f3;
  height: 130px;
  padding: 40px;
}
  
a.newsletter-link {
  display: flex;
  color: #000;
  text-align: center;
}

a.newsletter-link:hover, 
a.newsletter-link:active {
  text-decoration: none;
  opacity: 0.8;
}
	  
.newsletter-icon {
  flex-basis: 30%;
}

.newsletter-text {
  flex-basis: 70%; 
  font-size: 16px; 
  font-weight: bold; 
  text-align: left;
  padding-left: 10px;
}

.button,
button[type=submit], .button:active, button[type="submit"]:active {
  background: #54c2f0;
}

.button:hover, button[type="submit"]:hover {
  background: #54c2f0;
  opacity: 0.8;
}

      