.sectionButton .wunuButton,
.wunuButton {
    border-radius: 30px !important;
    border: 2px solid #FD0 !important;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

.sectionButton .wunuButton:hover,
.wunuButton:hover {
    border: 2px solid #FD0 !important;
}

.sectionButton .wunuButton:visited {

}

.wunuButton::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-color: currentColor;
    -webkit-mask-image: url('../assets/icons/double-chevrons-right.svg');
    mask-image: url('../assets/icons/double-chevrons-right.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease-in-out;
}
