body {
    font-family: 'Open Sans', sans-serif;
}

.bg-gradient {

   background: #005C97 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #363795, #005C97) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #363795, #005C97) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bg-image {
    background-image: url('https://i.upanh.org/2023/09/15/background-img6dcdd8a0fa9b7516.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.price {

    border: 2px dashed red;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    display: inline-block;

}

.label-package {

    position: absolute;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    position: absolute;
    background: #db3d4a;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    color: white;
    top: -1% !important;
    right: 20px;
}


.axtra-feature{
    display: none;
}

.feature-list p {
    margin-bottom: 2px;
    font-size: 0.9rem;
}

.feature-list {
    padding: 10px;
    border-top: 1px solid rgb(207, 207, 207);
    border-bottom: 1px solid rgb(207, 207, 207);
    margin-bottom: 20PX;
}


.feature-list .small {
    
    color: gray;
    font-size:0.8rem;
}

.feature-item {
    
    margin-bottom: 8px;
}


#whyWoc{
    background: rgba(11, 11, 14, 0.842);
    padding: 50px 0;
}

#whySocial {
    padding: 100px 0;
}

#socialNetwork {
    padding: 80px 0;
}

#priceTable {
    padding: 60px 0;
}


#Testimonials {
    padding: 60px 0;
}



@media (max-width: 576px) { 

    #whySocial {
        padding: 40px 0;
    }

    #socialNetwork {
        padding: 60px 0;
    }

    #priceTable {
        padding: 40px 0;
    }

    #Testimonials {
        padding: 40px 0;
    }
 }

