.rky-slide-text {
    display: flex !important;
    justify-content: center !important;  /* centro horizontal */
    align-items: center !important;      /* centro vertical */
    width: 100%;
    text-align: center !important;
}

.rky-slide-text a {
    display: block;          /* garante área clicável centralizada */
    text-align: center;
    width: fit-content;      /* evita esticar */
    margin: 0 auto;          /* reforça centralização */
}

.rky-slide-text a h1{
		margin: 0px!important;
}