.section-1-oferte {
    padding: 0 0 100px;
    display: inline-block;
    width: 100%;
}
.section-1-oferte-lp .content_loop_custom p a{
	color: #937737
}
.row_oferte h4 {
    color: #937737;
    font-family: "Cormorant Infant";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-1-oferte .fadeInRight img {
    width: 100%
}

.row_oferte .col-xs-12 {
    position: relative;
}

.row_oferte {
    display: flex;
    align-items: center;
}

.row_oferte .fadeInRight img {
    width: 100%;
}

.listing_oferte {
    overflow: hidden
}

@media screen and (min-width:1200px) {
    .listing_oferte .row_oferte:nth-child(2n+1) .col-with-text {
        padding-left: calc(50vw - 600px);
    }
    .listing_oferte .row_oferte:nth-child(2n) .col-with-text {
        order: 2;
        max-width: 600px;
        padding-left: 50px;
    }
}

@media screen and (max-width:991px) {
    .listing_oferte .row_oferte .col-with-text {
        order: 2;
        padding-top: 30px;
    }
}

.row_oferte::before {
    content: '';
    background: rgba(188, 174, 141, 0.10);
    max-width: 95vw;
    margin: 0 auto;
    position: absolute;
    left: 5vw;
    top: -50px;
    width: 100%;
    height: 580px;
    display: inline-block;
}

.row_oferte {
    margin-top: 100px;
    position: relative;
}

.section-1-oferte-lp {
    padding: 80px 0
}

.section-1-oferte-lp .title_custom {
    margin-bottom: 30px;
}

.title_custom {
    color: var(--Main-DarkBlue, #141224);
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.sub_title_custom {
    color: var(--Neutral-Black, #000);
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: 30px;
    /* 150% */
}

.title_loop_custom {
    color: var(--Neutral-Black, #000);
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.content_loop_custom p {
    color: var(--Neutral-Black, #000);
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: 30px;
    /* 150% */
}

.background_grey {
    margin: 0 auto 50px;
    background: rgba(188, 174, 141, 0.10);
    padding: 100px 100px 100px;
    margin-top: 80px;
    max-width: 1400px;
}

.list_box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    color: #000;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: 30px; /* 150% */
}

@media screen and (min-width:992px) {
    .list_loop_custom .col-xs-12:nth-child(2n+2) .list_box {
        padding-left: 60px;
    }
}

.cta_loop_custom {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_loop_custom {
    max-width: 700px;
    display: table;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.content_loop_custom h4 {
    color: var(--Neutral-Black, #000);
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px;
}

@media screen and (min-width:992px) {
    .listing_oferte .row_oferte:nth-child(2n+1) .fadeInLeft {
        padding-right: 60px;
    }
}

@media screen and (max-width:1600px) {
    .section-1-oferte .oferte_row::before {
        left: 5vw;
        max-width: 90vw;
    }
}

@media screen and (max-width:1400px) {
    .section-8-home .oferte_row::before {
        left: 0;
        max-width: 100vw;
    }
}

@media screen and (max-width:991px) {
    .title_loop_custom{
        font-size: 26px;
    }
    .section-1-oferte-lp{
        padding-bottom: 0;
    }
    .background_grey {
        padding: 40px 0px 40px;
        margin-top: 40px;
    }
    .list_loop_custom{
        margin: 20px 0 0 
    }
    .list_box img{
        max-height: 50px;
        width: auto;
    }
    .list_box{
        margin-bottom: 15px;
    }
    .title_custom h2 br {
        display: none;
    }
    .row_oferte::before {
        height: 100%;
        top: 0;
        left: 0;
        width: 100vw;
        max-width: 100vw;
    }
    .section-1-oferte {
        padding: 50px 0;
    }
    .row_oferte {
        flex-direction: column;
        margin-top: 40px;
        padding-bottom: 20px;
    }
}