.btn-default {
    font-weight: bold;
    height: 76px;
    border-radius: 5px;
    border: solid 2px #dbdbdb;
    color: #262626;
    font-size: 25px;
    width: 30%;
    background-color: white;
}

.btn-orange {
    background-color: #ea5528;
    color: white;
    font-size: 20px;
    height: 66px;
    width: 100%;
}

.btn-orange-cl {
    color: #ea5528;
    background-color: white;
}

.center {
    text-align: center;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ea5528;
    margin: 0 auto;
}

.boxes {
    background-color: #fde7e2;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}

.boxes .content {
    background-color: white;
    margin: 0 auto;
    border-radius: 20px;
    border-radius: 20px;
    padding: 0;
}

.boxes .description-icon .arrow-down {
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 70px solid #0abd4c;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bottom-description{
    display: flex;
    justify-content: center;
    overflow: hidden;
}
/* button effect */

.bottom-description p {
    position: relative;
}
.bottom-description p:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn9 3s ease-in-out infinite;
}

@keyframes shiny-btn9 {
    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; }
}

.bottom-description:hover p {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

/* button effect */

.bottom-description p {
    border-radius: 30px;
    border: solid 5px #f2dc32;
    background-image: linear-gradient(to bottom, #ef7b32, #faa463 23%, #ffb379 48%, #ef6223);
    font-size: 4.375rem;
    color: white;
    padding: 10px 80px;
    margin-bottom: 0;
}

/* //des */
.ad-descripton {
    text-align: center;
}

.ad-descripton .title-1 {
    font-size: 35px;
    color: #262626;
}

.ad-descripton .title-2 {
    font-size: 40px;
    color: #ea5528;
}

.ad-descripton .title-2 span {
    font-size: 40px;
    color: #262626;
}

.ad-descripton .title-3 {
    font-size: 70px;
    color: #ea5528;
}

.title-arrow {
    padding: 10px;
    background-color: #ea5528;
    color: white;
    font-size: 25px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}

.money{
    color: #ff0000;
    padding-bottom: 20px;
    font-weight: 700;
}

.title-arrow .arrow-down {
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.none-margin {
    margin-bottom: 0 !important;
}


@media(max-width: 576px) {
    .bottom-description p {
        padding: 10px;
        font-size: 25px !important;
    }

    .ad-descripton .title-1 {
        font-size: 15px !important;
        color: #262626;
    }

    .ad-descripton .title-2 {
        font-size: 18px !important;
        color: #ea5528;
    }

    .ad-descripton .title-2 span {
        font-size: 18px !important;
        color: #262626;
    }

    .ad-descripton .title-3 {
        font-size: 25px !important;
        color: #ea5528;
    }

    .boxes .content {
        margin: 0 10px;
    }

    .boxes .description-icon .arrow-down {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #0abd4c;
    }

    .title-arrow {
        font-size: 15px !important;
    }

    .btn-orange{
        font-size: 16px;
    }   
}