.btn-choise img {
    width: 100%;
}

.section-deks {
    font-size: 1rem !important;
    font-weight: 500;
}

.section-button a div {
    width: 100%;
    border-radius: 11px;
}

.bg-green-dope {
    background-color: #007E32;
}

.bg-orange-dope {
    background-color: #CF9F28;
}

.bg-red-dope {
    background-color: #FF0000;
}

.section-deks2 {
    font-size: 1.2rem !important;
    font-weight: 500;
}

.btn-choise .greened {
    border: 1px solid #CF9F28;
    background-color: #CF9F28;
    width: 135%;
}

.btn-choise .green-dope {
    border: 1px solid #007E32;
    background-color: #007E32;
    width: 135%;
}

.gradient-buttons .btn {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.05));
    background-repeat: repeat-x;
    padding: 20px !important;
    font-size: 25px !important;
    margin-top: 1rem !important;
}

.card {
    margin: 10px;
    box-shadow: 0 5px 10px -2.5px;
}

.m-right {
    margin-right: 1rem !important;
}

.store-sub {
    font-size: 1.2rem;
}



@media screen and (min-width:320px) and (max-width:480px) {
    .btn-choise {
        justify-content: space-between !important;
    }

    .btn-choise img {
        width: 80% !important;
    }

    .btn-choise button {
        border-radius: 10px;
        font-size: 10px !important;
        width: 90%;
    }

    .section-deks {
        font-size: 1.2rem !important;
    }

    .section-deks2 {
        font-size: 0.6rem !important;
    }

    .title-store {
        font-size: 10px !important;
    }

    .numb-store span {
        margin-bottom: 0 !important;
    }

    .gradient-buttons .btn {
        padding: 5px !important;
        font-size: 20px !important;
        margin-top: 0 !important;
    }

    .btn-choise .greened {
        width: 90%;

    }

    .btn-choise .green-dope {
        width: 90%;
    }

    .m-right {
        margin-right: 0 !important;
    }

    .store-sub {
        font-size: 1.3rem;
    }

    .card-text{
        font-size: 24px !important;
    }
    .w-logo{
        width: 60% !important;
    }

    .dekstop-btn{
        display: none !important;
    }

}


@media screen and (min-width: 481px) and (max-width:600px) {
    .section-deks {
        font-size: 15px !important;
    }

    .btn-choise button {
        border-radius: 10px;
        font-size: 25px !important;
        color: white;
    }
    
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .btn-choise button {
        width: 110%;
    }
  


    .btn-choise .greened {
        width: 110%;
    }

    .btn-choise .green-dope {
        width: 110%;
    }

    .section-deks {
        font-size: 0.7rem !important;
    }

    .section-deks2 {
        font-size: 0.9rem !important;
    }

    .btn-choise button {
        font-size: 15px !important;
    }
    .mobile-btn{
        display: none !important;
    }


}

@media screen and (min-width:1025px){
    .mobile-btn{
        display: none !important;
    }
}
