.hero-image{
    margin-bottom: 0px;
}

.hero-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/homepage/IMG_0851.jpg") center 35% / cover no-repeat;
    filter: blur(0px);
    z-index: 0;
}

.btn-white {
    background-color: transparent;
    color: #312510;
    border: none;
}
.btn-white:hover {
    background-color: transparent;
    color: #312510;
}

.box-biege{
    border-radius: 8px;
    background-color: #ab9c89;
}