* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.head-img {
    margin-bottom: 130px;
}

.header h1 {
    position: absolute;
    width: 556px;
    height: 128px;
    left: calc(50% - 556px/2 + 0.5px);
    top: 87px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 800;
    font-size: 81px;
    line-height: 97px;
    text-align: center;
    letter-spacing: 0.105em;
    color: white;
}


.container-1 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 390px;
}

.text {
    margin-left: 95px;
}

.topic {
    font-family: 'Allan';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 119%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #435A2F;
    border: 1px solid #FFFFFF;
    margin-bottom: 115px;
}

.para {
    width: 900px;
    height: 376px;
    left: 94px;
    top: 749px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 145.34%;
    letter-spacing: 0.04em;
    text-transform: lowercase;
    color: #000000;

}


.pic {
    height: 80%;
}


.container-2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 200px;
}

.header-2 h1 {
    position: absolute;
    width: 400px;
    height: 97px;
    left: 797px;
    top: 1400px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 81px;
    line-height: 97px;
    text-align: center;
    letter-spacing: -0.015em;
    text-transform: uppercase;

}


.para-2 {
    width: 918px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.015em;
    padding-top: 100px;
}

.icos {
    display: flex;   
    justify-self: center;
    margin-top: 150px;
}

.icos-1 {
    height: 250px;
    justify-content: space-around;
    text-align: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: -0.015em;
    margin-right: 300px;
}

.icos-2 {
    justify-content: space-between;
    text-align: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: -0.015em;
    margin-right: 300px;
}

.icos-3 {
    justify-content: space-between;
    text-align: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: -0.015em;
    margin-right: 50px;
}

.ico-txt {
    margin-top: 40px;
}

h2 {
    margin-top: 50px;
    text-align: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 97px;
    text-align: center;
    letter-spacing: -0.015em;
    text-transform: uppercase;
}

.personal {
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    justify-content: space-around;
    margin-top: 130px;
    text-align: center;
    margin-bottom: 100px;
}

.one h4 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 37px;
}

.one a {
    font-size: 15px;
}





