
.gen-btn {
    text-align: center;
}

.gen-btn button {
    font: 400 12px/115% 'Open Sans', sans-serif;
    border: 0;
    border-radius: 0;
    background-color: #b0dfe1;
    padding: 5px 15px;
    cursor: pointer;
    outline: 0;
    border-radius: 28px;
    color: #57595b;
    border: 1px solid #f3c2c5;
    transition: all 0.25s ease 0s;
    white-space:  idth: 20px;
    height: 27px;
}

.gen-btn button:hover {
    background-color: #fff;
    color: #b0dfe1;
    transition: all 0.25s ease 0s;
}


/* Icons */
.icon {
  width: 40px;
  height: 40px;
}

.icon--small {
  width: 16px;
  height:16px;
}

.icon--primary {
  fill: var(--color-primary);
}

.icon--white {
  fill: #fff;

}


