.banner-btn1{
    background-color: #16ad44;
    font-size: 15px;
    font-weight: 600;
    padding: 0 45px;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    line-height: 50px;
    border-radius: 0;
    border: none;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 40%) !important;
}
.banner-btn1:hover{
    background-color: #30641d;
    color: #FFFFFF;
}
.banner-title{
    text-shadow:rgb(0 0 0 / 30%) 0 0 20px;
    color:#000;
    font-weight:600;
}
.banner-description{
    z-index: 7;
    font-weight:400;
    white-space: normal;
    color:#454545;
    text-shadow:rgb(0 0 0 / 30%) 0 0 20px;
}
