section[data-section-id="679ca31378a7fc3f5ba4b114"] .custom-button {
display: inline-block;
background-color: #F479A5;
color: #FFFFFF;
text-decoration: none;
padding: 12px 24px;
font-size: 16px;
border-radius: 5px;
font-weight: bold;
text-align: center;
transition: background-color 0.3s ease-in-out;
}
section[data-section-id="679ca31378a7fc3f5ba4b114"] .custom-button:hover {
background-color: #d4668c;
}