.hero{
    height: 100vh;
    background-color:  #d8ca90;
    display: flex;
}
.hero-left h1{
    font-style: sans-serif;
    color: rgb(206, 123, 20);
}
.hero-left p{
    color: #615732;
   
}
.hero-right img{
    height: 60vh;
    width: 80vh;
    border-radius: 0vh 12vh 0vh 12vh;
    margin-top: 12%;
}
.hero-left{
    margin-top: 5%;
    margin-left: 5%;
}
.hero-latest-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 180px;
    height: 50px;
    border-radius: 75px;
    margin-top: 30px;
    background: #c6ac4b;
    color: white;
    font-size: 15px;
    font-weight: 500;
}
