html, body{
    margin: 0;
    font-family: "Poppins", sans-serif;
    /* background-color: #765c28; */
    cursor: url(assets/cursor.png), auto;
    scroll-behavior: smooth;
}


h1{
    font-family: 48px;
    
}

h3{
    font-size: 56px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 66px;
}

h4{
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}

p {
    font-size: 16px;
    line-height: 28px;
}

.blank{
    margin-top: 200px;
}

.button{
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 8px 48px 8px 48px;
    color: #000000;
    transition: .5s;
}

.button:hover{
    background-color: #000000;
    color: #ffffff;
}

.main-container{
    width: 90%;
    margin: 0 auto;
}

.intro-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro-content{
    width: 50%;
}

.intro-image{
    background-color: tomato;
    width: 600px;
    height: 425px;
}

.who-section{
    margin: 150px auto 0;
    width: 60%;
}

.passion-section{
    margin: 150px auto 0;
    width: 60%;
}

.value-section{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 150px;
   background-color: #000000;
   color: #ffffff;
}

.value-content{
    width: 55%;
    margin: 0 auto;
}

.seprator{
    height: 1px;
    width: 100%;
    background-color: #e3e3e3;
    margin-top: 50px;
    margin-bottom: 50px;
}

.work-section h3{
    text-align: center;
    margin-bottom: 100px;
}

.work-section .location h4{
    font-size: 18px;
}

.work-section p {
    margin-top: 10px;
    color: #6c6a6a;
    /* margin-bottom: 0px; */
}

.work-section .location {
    text-align: right;
}

.work-section{
    width: 50%;
    margin: 150px auto 0;

}

.work-one{
    display: flex;
    justify-content: space-between;
}

.education-section{
    width: 50%;
    margin: 150px auto 0;
}

.education-section h3{
    text-align: center;
    margin-bottom: 100px;
}

.education-one{
    display: flex;
    justify-content: space-between;
}

.education-one p{
    margin-top: 0px;
    color: #6c6a6a;
}

.work-collection{
    margin-top: 150px;
    width: 100%;
    text-align: center;
}