.left-div{
    width: 40%;
    font-size: 34px;
    font-weight: bold;
    color: black;
    border-right: 1px solid;
    height: inherit;
    padding: 20% 0% 0% 8%;
    font-family: monospace;
}
.li-price{
    padding: 5px !important;
    font-family: monospace;
    font-size: 22px !important;
    font-weight: 600;
}
.h5-tag{
    text-align: center;
    padding-top: 10px;
    font-family: monospace;
    font-weight: 600;
}
.main_div{
    width: 100%;height: 430px;display: flex;
}
.right-div{
    width: 60%; color: black
}
.button:hover{
    background-color: #86bc42;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.section-padding{
    padding: 30px 0px 30px 0px;
}
@media only screen and (max-width: 480px) {
    .header {
        font-size: 18px !important;
    }
    .li-price {
        font-size: 17px !important;
    }
    .main_div{
        width: 100%;
        height: 481px;
        display: flex;
    }
    .left-div{
        display: none;
    }
    .right-div{
        width: 100%; color: black
    }
    .container{
        padding: 0px;
    }
    .section-title-wrapper{
        margin-bottom: 0px;
    }
    .section-padding{
        padding: 15px 0px 30px 0px;
    }
}