.project {
    background: url(../images/section-bg.png), transparent;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    max-height: 850px;
}

.project.section {
    justify-content: space-around;
}

.project .section__title {
    margin: 0;
    padding: 0 96px;
}

.project .section__image {
    flex: unset;
    position: relative;
    top: -120px;
    min-width: unset;
}

.project__animated {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 740px;
    height: 740px;
}

.project .logo-message {
    margin-bottom: 8px;
}

.project__animated .animation-part {
    position: absolute;
}

@media only screen and (max-width: 800px) {
    .project.section {
        min-height: 530px;
        height: 530px;
        align-items: center;
        gap: 16px;
    }

    .project .logo-message {
        margin: 0;
    }

    .project .section__image {
        position: absolute;
        max-width: 100%;
    }

    .project .section__title {
        text-align: center;
        margin: 330px 24px 28px;
        display: flex;
        gap: 24px;
        padding: 0 26px;
    }
}
