.hero-main{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display:flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    }

.background-image{
    border-color: rgb(254, 188, 17);
    border-width: 4px;
    border-bottom-right-radius: 50px;
}


.hero-text{
    color: #fff !important;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 80px;
    padding-right: 20px;
    text-align: right;  
}

.hero-button {
    padding: 20px;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 400;
}


