.heading {
    color: #24b540;
    font-weight: bold;
    text-align: center;
}

.smoke {
    background-color: whitesmoke;
    padding: 80px 0px;
}

.price-box {
    background: #fbfbfb;
    text-align: center;
    border: 1px solid silver;
    padding: 25px 15px;
}

.price-box-content {
    text-align: left;    
}

.text-org {
    color: #f47d23
}

.gr-line {
    border-bottom: 1px solid #24b540;
    margin: 10px;
}

.price-box-dark {
    background: #1f2533;
    text-align: center;
    color: white;
    border: 1px solid silver;
    padding: 50px 15px;
    margin-top: -25px;

}

.price-box-dark h3{
    color: white;    
}

.text-gr {
    color: #24b540;
}

.js .animate-box {
    opacity: 0;
}

@media (max-width: 786px) {

    .h2, h2 {
        font-size: 1.6rem;
    }

    .h3, h3 {
        font-size: 1.3rem;
    }

    .price-box {
        background: #fbfbfb;
        text-align: center;
        border: 1px solid silver;
        padding: 25px 15px;
        margin-bottom: 45px;
    }

    .price-box-dark {
        background: #1f2533;
        text-align: center;
        color: white;
        border: 1px solid silver;
        padding: 50px 15px;
        margin-top: -25px;
        margin-bottom: 25px;
    }

}