.full-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.section-1-sustenabilitate {
    padding: 50px 0;
}

.title-small-general-custom {
    color: #172440;
    font-family: "New Hero";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    background: linear-gradient(to right, #F1CFC0, #CF8F7D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'DM Serif Display';
    font-weight: 400;

}

@media screen and (max-width: 991px) {
    .order-xs-2 {
        order: 2;
        margin-top: 30px;
    }
    .title-small-general-custom {
        font-size: 28px;
        line-height: 44px;
    }
    .title-small-general-custom.mt-5 {
        margin-top: 20px !important;
         !i;
         !;
    }
}

.section-2-sustenabilitate {
    padding: 50px 0;
    background: #F6F9FC;
}

.flex-start {
    align-items: flex-start;
}

.full-image {
    width: 100%;
    height: auto;
}

.custom_list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.custom_list li::before {
    content: '';
    background: url('../assets/images/checkmark_blue.svg') center center no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 14px;
    display: block;
}

.custom_list li {
    position: relative;
    margin: 15px 0;
    padding: 15px;
    background: #fff;
    color: #172440;
    font-family: 'New Hero';
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    padding-left: 40px;
    border: 1px solid #EBEDF0;
}

.box_custom_wrapper img {
    margin: 0 0 20px;
}

.box_custom_wrapper {
    background: #fff;
    text-align: center;
    border: 1px solid #EBEDF0;
    padding: 10px;
    font-family: 'New Hero';
    font-size: 16px;
    font-weight: 300;
    line-height: 22.38px;
    min-height: 175px;
    margin-bottom: 30px;

}

.mt-5 {
    margin-top: 60px;
}

.section-3-sustenabilitate {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.section-5-sustenabilitate .full-row img,
.section-3-sustenabilitate img{
	border-radius: 24px;
}
.section-4-sustenabilitate .container {
    position: relative;
    z-index: 1
}

.section-4-sustenabilitate::after {
    background: #F6F9FC;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section-4-sustenabilitate {
    padding: 0px 0 20px;
    position: relative;

}

.section-4-sustenabilitate li {
    border-color: #172440;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.disclaimer {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.disclaimer p {
    margin: 0;
    font-family: 'New Hero';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #5C5F66;
}

.box__icons_custom_wrapper {
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px;
    border: 1px solid #172440;
    background: #fff;
    padding: 20px;
}

.inner-container {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 40px 0;
}

.content_box_custom_wrapper strong {
    color: #172440;
    font-family: 'New Hero';
    font-size: 20px;
    font-weight: 600;
    line-height: 30.78px;
    text-align: left;
}

.box__icons_custom_wrapper p {
    font-family: 'New Hero';
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    margin: 0;
}

.section-5-sustenabilitate .image_wrapper_custom {
    width: 60px;
    margin-right: 20px;
}

.section-5-sustenabilitate .image_wrapper_custom img {
    min-width: 60px;
    min-height: 60px;
}

.inner-container .container {
    position: relative;
    z-index: 1;
}

.inner-container::after {
    background: #F6F9FC;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section-5-sustenabilitate .flex-start strong {
    color: #172440;
}

.section-6-sustenabilitate {
    padding: 50px 0 30px;
}

.cta-download {
    padding: 20px 0 0;
}

.cta-download a img {
    margin-right: 10px;
}

.cta-download a {
    padding: 10px 30px;
    background: #FED441;
    color: #172440;
    display: flex;
    align-items: center;
    transition: .25s all;
    font-family: 'New Hero';
    font-size: 16px;
    font-weight: 500;
    line-height: 22.38px;
    text-transform: uppercase;
    max-width: 260px;
    justify-content: center;
}

.cta-download a:hover {
    text-decoration: none;
    opacity: .9;
    transition: .25s all;
}

@media screen and (min-width:992px) {
    .column-right-in-container {
        padding-left: 60px;
        max-width: 660px;
    }
    .inner-container::after {
        height: 90%;
    }
    .section-4-sustenabilitate::after {
        bottom: 230px;
        height: calc(100% - 100px);
        padding-top: 0;
    }
    .section-3-sustenabilitate .column-left-in-container{
        padding-right: 60px;
    }
}

@media screen and (min-width:1601px) {
    .column-right-in-container {
        padding-left: 60px;
        max-width: 800px;
    }
}

@media screen and (max-width:991px) {
    .box__icons_custom_wrapper,
    .full-row {
        flex-direction: column;
    }
    .column-right-in-container,
    .column-left-in-container {
        order: 2;
        margin-top: 30px;
    }
    .title-small-general-custom br {
        display: none;
    }
    .section-1-sustenabilitate {
        padding-top: 20px;
        overflow: hidden;
    }
    .section-3-sustenabilitate{
        overflow: hidden;
        padding-bottom: 30px;
    }
    .hidden-xs {
        display: none;
    }
    .section-4-sustenabilitate {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .box_custom_wrapper {
        width: 100%;
        min-height: 0;
        padding: 30px;
    }
    .section-4-sustenabilitate .content-general-custom .row {
        margin: 0
    }
    .section-4-sustenabilitate .content-general-custom .row .col-xs-12 {
        width: 100%;
        padding: 0
    }
    .section-2-sustenabilitate{
        padding-bottom: 30px;
    }
    .section-5-sustenabilitate {
        overflow: hidden;
    }
    .section-5-sustenabilitate .image_wrapper_custom {
        margin: 0;
        margin-bottom: 20px;
    }
    .inner-container{
        margin-top: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1601px) {
    .column-left-in-container {
        padding-left: calc(50vw - 700px);
    }
}
@media screen and (min-width: 1981px) {
    .column-left-in-container {
        padding-left: calc(50vw - 885px);
    }
    .column-left-in-container .content-general-custom{
        max-width: 800px;
    }
}