img {
    max-width: 100%;
    width: 100%;
}

table,
table th,
table td {
    border: 2px solid #BCBFAE;
    color: black;
    font-size: 12px;
    padding: 5px 3px;
}

table {
    width: 100%;
}

table th {
    background-color: #EDEFE4;
}


.box {
    background: #D7ED70;
    width: 100%;
    height: 130rem;
    border-radius: 80px 0px 0px 80px;
    position: absolute;
    z-index: 0;
}


.secondBox {
    background: #EDEFE4;
    width: 100%;
    height: 100%;
    border-radius: 0 80px 80px 0;
    position: absolute;
}

.secondBocConteiner {
    z-index: 10;
    position: relative;
    margin-top: -145px;
}

.innerSecondBox {
    position: relative;
    z-index: 20;
}

.prtopertisCard {
    color: black;
    background-color: #EDEFE4;
    border-radius: 10px;
}

.miniTitle {
    color: #1CB539;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.title {
    color: #393939;
    font-size: 35px;
    font-weight: bold;
}

.innerBox {
    position: relative;
    z-index: 10;
}

.btn-container {
    width: 50%;
}


.featuresBtn:hover {
    filter: brightness(85%);
}

.checkBtn {
    width: 96%;
    border: 3px solid #ECEDE5;
}

.checkBox {
    background-color: #ECEDE5;
}

.cardSlide {
    width: 100% !important;
}

.cardWrapper {
    display: block !important;
}

@media screen and (min-width:768px) {
    .box {
        background: #D7ED70;
        border-radius: 100px 0 0 100px;
        width: 90%;
        position: absolute;
        height: 100rem;
        z-index: 0;
    }

    .title {
        color: #393939;
        font-size: 40px;
        font-weight: bold;
    }

    .secondBox {
        background: #EDEFE4;
        width: 90%;
        z-index: 10;
        border-radius: 0 100px 100px 0;
        position: absolute;
    }

    .cardSlide {
        width: fit-content !important;
    }

    .cardWrapper {
        display: flex !important;
    }

    .btn-container {
        width: 17%;
    }

    .checkBtn {
        width: 98%;
        border: 3px solid #ECEDE5;
    }

    .checkBox {
        background-color: #ECEDE5;
    }
}


@media screen and (min-width:1536px) {
    .miniTitle {
        color: #1CB539;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1.2px;
    }

    .title {
        color: #393939;
        font-size: 30px;
        font-weight: bold;
    }

    .btn-container {
        width: 12%;
    }

    .checkBtn {
        width: 95%;
        border: 3px solid #ECEDE5;
    }

    .checkBox {
        background-color: #ECEDE5;
    }
}

._shiny {
    display: block;
    position: relative;
    padding: 1em 1.5em;
    background-color: #1cb539;
    box-shadow: 0 3px 0 0 #1CB539;
    color: #fff;
    overflow: hidden;
    transition: 360ms;
}
._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 360ms;
    animation: shinyshiny 3.2s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
