* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.header img {
    width: 1920px;
}


.header h1 {
    position: absolute;
    width: 394px;
    height: 97px;
    left: calc(50% - 394px/2 + 0.5px);
    top: 83px;
    font-family: 'SF Pro Display';
    font-style: normal;
    color: white;
    font-weight: 400;
    font-size: 81px;
    line-height: 97px;
}

.form {
    margin-top: 100px;
}

.details {
    display: flex;
    justify-content: space-around;
    margin-bottom: 200px;
}

.inputs input {
    width: 650px;
    height: 40px;
    margin-bottom: 30px;
    margin-top:30px ;
}

.inputs textarea {
    width: 650px;
    height: 250px;
    margin-bottom: 30px;
    margin-top:30px ;
}

.inputs input, textarea::placeholder {
    font-family: 'SF Pro Display';
    font-size: 17px;
    padding-left: 10px;
    padding-top: 3px;
}

.submit {
    position: absolute;
    left: 200px;
    margin-top: 35px;
    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;
}

.info h3 {
    margin-top: 70px;
    margin-bottom: 100px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
}

.cont {
    display: flex;
    flex-direction: column;
}

.loc {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px
}

.cont img {
    width: 38px;
    margin-right: 30px;
}

.cont p {
    padding-top: 8px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
}

.social {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    width: 450px;
}