.inner{
    max-width: 650px;
    margin: 0 auto;
}

.header_menu{
    list-style: none;
    display: flex;
    gap: 30px;
}

.header_item{
    display: flex;
    align-items: center;
    gap: 30px;
     margin-right: 60px;
}

.header_wrap{
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #eae9e6;
}

.header_wrap h1{
    margin-left: 54px;
}

.header_wrap img{
    max-width: 35px;
    width: 100%;
    height: 35px;
}

.wrap{
    display: flex;
    justify-content: space-around;
}

h2{
    text-align: center;
    margin: 67px 0;
}

.name{
    margin-top: 324px;
    text-align: center;
    font-size: 117px;
}

.wrap{
    margin-bottom: 325px;
}

.wrap p{
    margin-bottom: 50px;
    text-align: center;
}

h4{
    text-align: center;
    font-size: 100px;
}

.top_icon{
    position: relative;
    margin-top: 205px;
}

.top_icon img{
    position: absolute;
    top: 60%;
    left: 115%;
    transform: translate(-100%, -80%);
    max-width: 175px;
    width: 100%;
}
