#last_block {}

.last_block {}

.last_content {
    display: flex;
    flex-direction: row;
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 230px 32px 150px;
}

.last_content_border {
    position: relative;
    width: 567px;
    height: 500px;
}

.cube_girl2 {
    position: absolute;
    top: -150px;
    right: -230px;
    min-width: 580px;
}

.last_content_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.last_content_title {
    font-family: Colus;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.48px;
    max-width: 550px;
}

.last_content_title span {
    color: #AA0909;
}

body.dark .last_content_title span {
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

.last_content_discribe {
    font-size: 24px;
    line-height: 32px;
    max-width: 624px;
    padding-bottom: 6px;
}

.last_content_discribe p+p {
    margin-top: 16px;
}

@media (max-width: 1480px) {

    .cube_girl2 {
        right: -150px;
    }
}

@media (max-width: 1370px) {
    .cube_girl2 {
        right: -65px;
    }
}

@media (max-width: 980px) {

    .last_content_title {
        font-size: 32px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -0.32px;
    }

    .last_content_discribe {
        font-size: 18px;
        line-height: 24px;
    }

    .last_content_border {
        display: none;
    }

    .last_content {
        padding: 112px 32px;
    }
}

@media (max-width: 700px) {
    .last_content {
        padding: 112px 16px;
    }
}