section .section-8-home{
	padding-bottom: 0
}
section.wrap_custom{
	padding-bottom: 0
}
.section-2-despre h2 {
    font-family: Cormorant Infant;
    font-weight: 300;
    font-style: Light;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%
}

.section-1-despre h2 {
    font-family: Cormorant Infant;
    font-weight: 300;
    font-style: Light;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center
}

.section-3-despre h2 {
    font-family: Cormorant Infant;
    font-weight: 300;
    font-style: Light;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center
}

@media screen and (max-width: 991px) {
    .section-3-despre h2,
    .section-1-despre h2,
    .section-2-despre h2 {
        font-size: 32px
    }
}

.section-1-despre {
    overflow: hidden
}

.section-2-despre {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    overflow: hidden
}

.section-3-despre {
    display: flex;
    flex-direction: column;
    padding: 0 0 50px;
    overflow: hidden
}

.section_with_background {
    margin-top: 40px;
    min-height: 800px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .section_with_background {
        min-height: 450px;
        padding: 30px 0
    }
}

.section_with_background * {
    color: #fff
}

.section_with_background p {
    font-family: Lexend Deca;
    font-weight: 250;
    font-style: ExtraLight;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center
}

.section_with_background h2 {
    margin-bottom: 30px
}

.section_with_background p strong {
    font-family: Lexend Deca;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center
}

.section_with_background .container {
    max-width: 750px
}

.row_cards {
    margin-top: 40px
}

.card_review {
    background: #BCAE8D1A;
    padding: 30px;
    margin: 0 0 30px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.top_card_review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}

.scor_review {
    font-family: Cormorant Infant;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #937737
}

.bottom_card_review p {
    margin: 0;
    font-family: Lexend Deca;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 26px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%
}

.top-content-general {
    margin: 0 auto;
    max-width: 800px
}

@media screen and (min-width: 992px) {
    .scor_review {
        font-size: 50px
    }
    .section-2-despre .row_center {
        display: flex;
        align-items: center;
        margin: 0 0 50px
    }
    .section-2-despre .row_2 .fadeInRight {
        padding-left: 123px
    }
}

@media screen and (max-width: 991px) {
    .section-2-despre .row_center {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-2-despre .row_center.row_2 .content_general {
        margin-top: 30px;
    }
    .section-2-despre .row_center.row_2 {
        display: flex;
        flex-direction: column;
        padding: 40px 0 0
    }
    .section-2-despre {
        padding-bottom: 20px;
    }
    .card_review {
        min-height: 0;
    }
    .top_card_review {
        margin-bottom: 10px;
    }
    .section-3-despre {
        padding-bottom: 15px;
    }
    .section_with_background {
        margin-top: 0;
    }
}