.banner-hero{
    height: 550px;
    width: 100%;
    position: relative;
}
.banner-img img{
    height: 550px;
    width: 100%;
    object-fit: cover;
    position: absolute;
}
.ovelay-title {
    position: absolute;
    background-color: #ff8e15;
    border-radius: 20px 5px 20px 5px;
    color: rgba(255, 255, 255, 0.856);
    top: 80px;
    left: 200px;
    z-index: 999;
    padding: 10px;
    /* transform: translate(-50%, -50%); */
}
.overlay-des{
    background-color: #4b4a4a7e;
    color: rgba(255, 255, 255, 0.886);
    font-size: 20px;
    width: 800px;
    padding: 30px;
    border-radius: 10px;
    z-index: 99;
    position: absolute;
    margin: auto;
    left: 260px;
    top: 120px;
}
