.hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 109px 0 204px;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
}

.hero-section__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
    width: 100%;
    max-width: 450px;
}

.hero-section h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 1em;
}

.hero-section .btn {
    max-width: 181px;
}

.hero-section .background-right-bottom {
    --bg-size: 287px;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-weight: 700;
        font-size: 48px;
        line-height: 1em;
    }
}