.reviews-card {
    position: relative;
    border-color: rgba(0, 119, 109, 0.8);
}

.cta {
    position: relative;
    background: linear-gradient(rgba(37, 45, 49, 0.7),
            rgba(37, 45, 49, 0.7)),
        url(../images/cta.jpg) center no-repeat;
    background-size: cover;
    /* Memastikan gambar latar belakang menutupi seluruh area */
    background-attachment: fixed;
    /* Efek paralaks */
    color: #fff;
    height: 300px;
    /* Atur tinggi sesuai kebutuhan */
}

.pricing .pricing-box .card .card-body{
    border :none !important;
}
