.banner-block {
    display: flex;
    justify-content: end;
    position: relative;
    padding: 32px;
    background-color: #1a2338;
    margin-bottom: 24px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left 80px center;
    background-size: contain;
}

.banner-block__container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.banner-block__title {
    font-size: 3rem;
    font-weight: 600;
    line-height: normal;
    color: var(--text-color, #FFFFFF);
    margin-top: 0;
    margin-bottom: 1rem;
}

.banner-block_button {
    background: linear-gradient(90deg, #83b132 0%, #6e952b 100%);
    color: var(--text-color, #FFFFFF);
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 60px;
    text-decoration: none;
    border-radius: 8px;
}