.dv-hero-sec {
    position: relative;
}
.dv-hero-sec-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center 40%;
    background-size: cover;
    background-repeat: no-repeat;
}

.dv-hero-sec .dv-hero-content {
    position: relative;
    z-index: 2;  
    height: 100%;
    padding: 80px 0;
}
.dv-hero-sec .dv-hero-content .dv-hero-title {
    position: relative;
}
.dv-hero-sec .dv-hero-content .dv-hero-title::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 181px;
    height: 3px;
    background-color: #c29d46;

}
.dv-hero-sec .dv-hero-content .dv-hero-btn a {
    width: fit-content;
    padding: 20px 40px;
}
.dv-hero-sec .dv-hero-content .dv-hero-btn a.has-radius {
    border-radius: 50px;
}
@media only screen and (min-width: 600px) {
    .dv-hero-sec .dv-hero-content .dv-hero-title {
        width: 80%;
    }
}
@media only screen and (min-width: 768px) {
    .dv-hero-sec .dv-hero-content .dv-hero-title {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .dv-hero-sec .dv-hero-content {
        padding: 100px 0;
    }
}