.btn-to-bottom--text {
    width: auto;
    padding: 0 23px;
    gap: 10px;
}
.btn-to-bottom--text:hover .btn__arrow {
    transform: translateX(5px);
}
.btn--cta {
    --btn-shadow: rgba(239, 202, 58, 0.35);
    --btn-bg: #efca3a;
    --btn-bg-hover: #e0b820;
    --btn-color: #1a1a1a;
    --btn-color-hover: #1a1a1a;
}
