.container-page {
    width: 1550px;
}

.hero-header__banner {
    padding-top: 24px;
    position: fixed;
    z-index: 2;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    padding-bottom: 27px;
}


.hero-header__banner__menu {
    margin-left: 468px;
    width: 747px;

}



.hero-header__content .hero-header__content-right {
    margin-left: 43px;
}


.first-section {
    margin-top: 100px;
    margin-bottom: 150px;
}

.first-section .container-page {
    position: relative;
}

.first-section__description {
    width: 920px;
    font-weight: 300;
}

.first-section__content-right {
    margin-left: 250px;
}

.star-image {
    left: 970px;
}

.third-section__content-element .container-page p {
    width: 883px;
}

.fourth-section__content-box p {
   width: 100%;
}

footer {
    background: var(--white);
}
