.sale-wrap {
    position: relative;
    width: 100%;
    min-width: 360px;
    height: 220px;
    padding: 30px 40px;
    margin: 50px auto 0;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-sizing: border-box;
    overflow: hidden;
}
.sale-wrap:before {
    content: "";
    position: absolute;
    left: 3%;
    top: -41%;
    width: 170%;
    height: 305%;
    background: rgb(49 112 47);
    border-radius: 50%;
}
.sale-inner {
    position: relative;
    height: 100%;
    background: linear-gradient(45deg, rgb(255 247 0), rgb(255 73 0));
    box-shadow: 0px 0px 1px rgb(255 0 0 / 49%), inset 0px 0px 0px 0px rgb(255 255 129 / 62%);

}


.sale-inner:before {
    content: "";
    position: absolute;
    width: 99%;
    height: 100%;
    background: #fdfdfd;
    border-bottom-right-radius: 150px;
    box-shadow: 3px 3px 20px rgba(0,0,0,.06);
}
.sale-text {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    padding: 10px 10px 0 40px;
    box-sizing: border-box;
}
@media (max-width: 400px ){
    .sale-text{
        padding: 15px 0px 0 10px;
    }
    #sale-text-p {
        font-size: 13px!important;
    }
}
.sale-text h2 {
    margin: 0 0 5px;
    color: #888888;
    font-family: 'Comfortaa', cursive;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
.sale-text p {
    margin: 0;
    font-family: 'Merriweather', serif;
    font-size: 40px;
    font-weight: bold;
    color: rgb(240,96,96);
}
.sale-text p span {
    font-size: 20px;
    ont-weight: normal;
}
.button {
    display: inline-block;
    margin: 20px 0;
    padding: 5px 10px;
    text-decoration: none;
    color: rgb(240,96,96);
    font-family: 'Comfortaa', cursive;
    text-transform: lowercase;
    font-size: 12px;
    border: 1px solid rgb(240,96,96);
}
.sale-text-info {
    color: black;
    font-size: 17px;
    font-weight: 100;
    line-height: inherit;
}