.benefits_wrap {
    margin-bottom: 80px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    top: 80px;
    position: relative;
    padding: 0;
}

.benefits {
    display: grid;
    align-items: center;
    padding: 4rem 1rem;
}

.benefits:last-child { margin-bottom: 0; }

.benefits .text { padding: 2rem 0 0; }
.benefits.reverse .text { padding: 0 0 2rem; }

.benefits .text h4 {
    font-size: 1.5rem;
    color: var(--secondary-light);
    font-weight: 500;
    line-height: 1;
}
.benefits .text p {
    font-size: 1rem;
    height: 100%;
    padding-top: .8rem;
    font-weight: 300;
    line-height: 1.5rem;
}
.benefits .text p br {
    line-height: 1.5rem;
    display: block;
    margin: 1.5rem 0;
    content: "";
}
.benefits.download .text p:first-of-type { margin-top: 2rem; }
.benefits.download .text p { margin-left: 3rem; margin-bottom: 1rem; }
.benefits .text p span {
    color: #FFFFFF;
    background: var(--color_red_light);
    border-radius: 50px;
    text-align: center;
    border: none;
    padding: 6px 10px;
    position: absolute;
    top: 8px;
    left: -35px;
}
.benefits .text .buttons_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}
.benefits .buttons_wrap button {
    height: 53px;
    margin: 10px 20px;
    border: none;
    background-position: center;
    background-size: cover;
}
.benefits .buttons_wrap .app-store {
    width: 160px;
    background-image: url(../image/app-store.svg);
}
.benefits .buttons_wrap .googlePlay {
    width: 180px;
    background-image: url(../image/googlePlay.png);
}

.benefits .image {
    width: 100%;
    height: 180px;
    display: block;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
}

.benefits .brasil-buy-paraugay { background-image: url(../image/benefit_01.png); }
.benefits .benefits_02 { background-image: url(../image/benefit_02.png); }
.benefits .benefits_03 { background-image: url(../image/benefit_03.png); }
.benefits .benefits_04 { background-image: url(../image/benefit_04.png); }
.benefits .benefits_05 { background-image: url(../image/benefit_05.png); }

.benefits .download { background-image: url(../image/download.png); width: 280px; height: 349px; }