.mybtn{
    background-image: linear-gradient(to right, #298604,#1f4d0d);
    padding: 10px 15px;
    border-radius: 40px;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
}
.mybtn:hover{
    color: white;
    text-decoration: none;
}

.mybtnBig{
    background-image: linear-gradient(to right, #3e1ff1,#087799);
    padding: 20px 30px;
    border-radius: 40px;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
}
.mybtnBig:hover{
    color: white;
    text-decoration: none;
}
.appDownloadBtnIcon{
    color: #fff;
    padding: 3px;
    font-size: 1.2em;
    border-radius: 100%;
    /* background-color: #fff; */
    /* right: 0; */
}
/* .appDownloadBtn{ */
    /* background-image: linear-gradient(to right, #3e1ff1,#087799); */
    /* padding: 15px 15px 15px 5px; */
    /* border-radius: 40px; */
    /* color: white;
    font-weight: bold;
    font-size: 1.1em; */
    /* background-image: linear-gradient(to right, #3e1ff1,#087799); */
    /* padding: 10px 15px;
    border-radius: 40px;
    color: white;
    font-weight: bold;
    font-size: 1.1em; */
/* } */
.appDownloadBtn:hover{
    color: white;
    text-decoration: none;
}

.mycolor{
    background-image: linear-gradient(to right, #3e1ff1,#087799);
    /* color: white;
    text-decoration: none; */
}
.adjust{
    color: white;
    text-decoration: none !important;
    /* background-image: linear-gradient(to right, #3e1ff1,#087799); */
}
.adjust:hover{
    color: white;
    text-decoration: none !important;
}

@media (max-width: 576px) {
    .mybtnBig{
        padding: 17px 25px;
        font-weight: bold;
        font-size: 1.1em;
        text-align: center;
    }

}

@media (max-width: 768px) {
    .cardStyle{
        width: 90%;
    }
}

@media (max-width: 992px) {
    .cardStyle{
        width: 90%;
    }
    .mybtnBig{
        padding: 17px 25px;
        font-weight: bold;
        font-size: 1.1em;
        /* text-align: center; */
    }
}