.hero-container {
    position: relative;
    text-align: center;
}

.hero-btn-div {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 0%;
    bottom: 250px;
    right: 0;
    transform: translate(-0%, -50%);
}
