.rw-banner-profesional {
    position: relative;
    overflow: hidden;
    padding: 148px 0 152px 0;
}

.rw-banner-profesional aside {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    padding: 40px;
}

.rw-banner-profesional--subtitle {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 8px 0;
}

.rw-banner-profesional--title {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 16px 0;
}

.rw-banner-profesional--text {
    max-width: 508px;
    color: #fff;
}

.rw-banner-profesional .rw-buttons-content {
    margin: 48px 0 0 0;
}