* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.head img {
    height: auto;
    width: 100%;
}

.head h1 {
    position: absolute;
    width: 569px;
    height: 128px;
    left: calc(50% - 569px/2);
    top: 86px;font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 81px;
    line-height: 97px;
    color: white;
    top: 86px;
}

.input {
    margin-left: 80px;
    margin-top: 100px;
    
}

.eighty {
    height: 45px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.fourty {
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}



.eighty,
.fourty::placeholder {
    padding-left: 8px;
    text-align: left;
    top: 10px;
    font-family: 'SF Pro Display';
    font-size: 17px;
}

.input textarea {
    height: 250px;
    width: 600px;
    margin-top: 15px;
}

.input textarea::placeholder {
    padding-left: 8px;
    text-align: left;
    top: 20px;
    font-family: 'SF Pro Display';
    font-size: 17px;
}


.submit {
    position: absolute;
    left: 20%;
    margin-top: 50px;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 15px 20px;
    background: #008091;
    border-radius: 9px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

.submit:hover {
    background: #00B8D1;
}

.details {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.text h3 {
    font-family: 'Allan';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 119%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #435A2F;
}

.info {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 137.5%;
    letter-spacing: 0.04em;
    margin-top: 50px;
    margin-bottom: 90px;
}


.form h2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 64px;
    text-align: center;  
}




