@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800;900&display=swap');

*{
    padding: 0 ;
    margin: 0 ;
    box-sizing: border-box ;
    font-family: 'Montserrat';
 }

 body {
    min-height: 100vh;
    max-width: 100%;
    overflow: hidden;
}

 html{
    max-width: 100vw !important;
    overflow-x: hidden;
 }

 .cstm_fon-white p, .cstm_fon-white h3{
    color:rgb(255, 255, 255) !important;
 }


 .section-1:before {
    content: url(./imgs/motif-ttop.png);
    width: auto;
    position: absolute;
    top: 109px;
    left: 28px;
    z-index: 1;
    clip-path: inset(0 0 15% 0);
}


/**
 * ----------------------------------------
 * Our ourfirm
 * ----------------------------------------
 */

 img.cstm_bloc-ourfirm2-mtf-bottom,img.cstm_bloc-ourfirm2-mtf-right {
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.cstm_w1245 {
    max-width: 1206px;
    width: calc(100% - 37vw);
    margin-inline: auto;
    padding: 7.1vw;
    position: relative;
    isolation: isolate;
    padding-top: calc(7.1vw + 45px);
}

p.cstm_pr2-center,p.cstm_pr3-center {
    text-align: center;
}

p.cstm_pr2-center {
    font-weight: 500;
    font-size: 33px;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 4vw;
}

p.cstm_pr3-center {
    font-weight: 400;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #000;
}

.cstm_bloc-ourfirm2:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    inset-block: 0;
    right: 0;
    z-index: -1;
    width: 100vmax;
}

img.cstm_bloc-ourfirm2-mtf-bottom {
    bottom: 0;
    left: 0;
    max-width: 62%;
}

img.cstm_bloc-ourfirm2-mtf-right {
    right: 0;
    bottom: 0;
    max-width: 41%;
    height: 100%;
}

.cstm_bloc-ourfirm2-wrap {
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 13vw;
}

.cstm_bloc-ourfirm2:after {
    content: "";
    position: absolute;
    background-color: #F9F1ED;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100vmax;
    height:45px
}


/**
 * ----------------------------------------
 * Our values
 * ----------------------------------------
 */


 .cstm_bloc-values-col-txt:before {
    content: "";
    width: 18%;
    inset-block: 0;
    left: 0;
    position: absolute;
    background-image: url(./imgs/motif-txt.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.cstm_bloc-values-col-txt {
    position: relative;
}

 .cstm_Bt-bcolor1{
    background-color: #171B9A;
}
.cstm_Bt-bcolor2{
    background-color: #85E692;
}
.cstm_Bt-bcolor3{
    background-color: #8D5649;
}

 .cstm_bloc-values {
    padding-block: 4vw 1vw;
}

.cstm_bloc-values-row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cstm_bloc-values-col-title {
    text-align: center;
}

.cstm_b_txt-mw995 {
    max-width: 995px;
}

.cstm_b_txt-mw995 p {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    color: #333;
}

.cstm_bloc-values-col-title img {
    margin-top: 45px;
}

.cstm_bloc-values-col-title h2 {
    font-weight: 600;
    font-size: 140.01px;
    line-height: 1.5;
    color: #171b9a;
    background-color: #fff;
}

.cstm_bloc-values-row.cstm_grids {
    display: grid !important;
    grid-template-columns: 55% 45%;
    max-width: 1735px !important;
    width:     calc(100% - 10vw);
    margin-inline: auto;
    justify-items: center;
    align-items: stretch;
    gap: 16px;
}

.cstm_bloc-values-col-img img {
    width: 100%;
    height: 100% !important;
}

.cstm_bloc-values-col-txt {
    padding: 8% 13% 40px !important;
    /* width: 100%; */
    /* height: 100%; */
}

.cstm_bloc-values-col-txt h3 {
    font-weight: normal;
    font-size: 65px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #000;
}

.cstm_bloc-values-col-txt p {
    font-size: 21px;
    line-height: 1.6;
    text-align: left;
}
 

 /**
 * ----------------------------------------
 * Our busness
 * ----------------------------------------
 */
 
 
  .cstm_bloc-values::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	margin-inline: auto;
	height: 50%;
	background: url(./imgs/circle-bottom.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -2vw;
	z-index: -1;
	background-position: bottom;
	max-width: 1420px;
}
 
 
 .cstm_bloc-values::before {
	content: "";
	position: absolute;
	inset-inline: 0;
	margin-inline: auto;
	height: 50%;
	background: url(./imgs/circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 9vw;
	z-index: -1;
}

 .cstm_bloc-business-row {
    width: 100%;
    display: flex;
}

.cstm_bloc-proceed-col-title {
    text-align: center;
    width: 100%;
    border-bottom: 0.25px solid #171b9a30;
}

.cstm_bloc-business {
    padding-block: 4vw 1vw;
    text-align: center;
}

.cstm_bloc-proceed-col-title h2 {
    font-weight: 600;
    font-size: 140.01px;
    line-height: 168.01px;
    color: #85e692;
}

.cstm_bloc-business p {
    font-size: 24px;
    line-height: 1.8;
    color: #333;
}

.cstm_b_txt-mw895 {
    max-width: 895px;
    width: 100%;
    margin-inline: auto;
    padding: max(20px,2.6vw);
}

.cstm_bk-color1 {
    background-color: #e9fced;
}

.cstm_bk-color2 {
    background-color: #85E692;
}

.cstm_b_txt-mw1235 {
    max-width: 1235px;
    width: calc(100% - ((max(20px,2.6vw)) * 4));
    padding: max(20px,2.6vw);
    margin-inline: auto;
}

.cstm_bk-color1 h3 {
    font-weight: 600;
    font-size: 76px;
    line-height: 1;
    color: #85e692;
    margin-bottom: max(20px,2.6vw);
}

.cstm_bk-color2 h3 {
    font-weight: 600;
    font-size: 62.41px;
    line-height: 1;
    color: #fff;
    margin-bottom: max(20px,2.6vw);
}

section {
    /* z-index: 0; */
    position: relative;
}

.cstm_bloc-proceed-col-imgRight img {
    position: absolute;
    top: -8vw;
    right: 0;
    width: 100%;
}

.cstm_bloc-proceed-col-imgLeft:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 96px);
    width: 0.25px;
    background-color: #171b9a30;
}

.cstm_bloc-proceed-col-imgLeft {
    position: relative;
    padding-right: 20px;
    padding-top: 20px;
}

.cstm_bloc-proceed-col-imgLeft, .cstm_bloc-proceed-col-imgRight {
    width: 13.9%;
    position: relative;
}

.cstm_bloc-proceed-col-imgLeft img, .cstm_bloc-proceed-col-imgRight img {
    width: 100%;
}

.cstm_bloc-proceed-col-txt {
    width: calc(100% - (13.9%) * 2);
}




 /**
 * ----------------------------------------
 * Our proceed
 * ----------------------------------------
 */



.cstm_bloc-proceed:after {
    content:url(./imgs/motf-proceed.png);
    position:absolute;
    right:0;
    top: -18vw;
    z-index: -1;
}
 .cstm_bloc-proceed-row {
    max-width: 1570px;
    /* min-width: 1440px; */
    width: calc(100% - 170px);
    display: grid;
    grid-template-columns: 37.9% auto;
    gap: 70px;
}

.cstm_bloc-proceed-img img {
    max-width: 100%;
}

.cstm_bloc-proceed-desc {
    font-weight: 500;
    font-size: 33px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    text-align: left;
    color: #000;
}

.cstm_bloc-proceed-title {
    font-weight: 600;
    font-size: 63.29px;
    line-height: 1.1;
    color: #85e692;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transform: translateX(20px);
}

.cstm_bloc-proceed-text p {
    font-weight: normal;
    font-size: 21.46px;
    line-height: 1.5;
    text-align: left;
    color: #000;
}

.cstm_bloc-proceed {
    padding-block: 4vw 0;
    position: relative;
}

.cstm_bloc-proceed:before {
    content: "";
    position: absolute;
    inset: -14vw 0 0px;
    background-color: #FCF8F5;
    z-index: -1;
}

 /**
 * ----------------------------------------
 * Our people Title
 * ----------------------------------------
 */




 .cstm_cont-warper-995 h2 {
    font-weight: 600;
    font-size: 140px;
    line-height: 1.2;
    text-align: center;
    color: #171b9a;
    margin-bottom: 25px;
}

p.cstm-parag-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #333;
}

.cstm_cont-warper-995 {
    max-width: 995px;
    width: 100%;
    margin-inline: auto;
}

.cstm_Bloc-our-people-title {
    padding-block: max(30px,3vw);
}

 /**
 * ----------------------------------------
 * Our people
 * ----------------------------------------
 */

 .cstm_cont-people-warper {
    max-width: 1640px;
    /* min-width: 1440px; */
    /* width: calc(100% - 10vw); */
    width: 100%;
    padding-inline: 40px ;
    display: flex;
    align-items: stretch;
    margin-inline: auto;
    column-gap: max(30px,2.5vw);
}

h2.cstm_cont-people-name {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 50.23px;
    text-align: left;
    color: #bc7047;
    margin-bottom: 27px;
}

.cstm_cont-people-txt {
    padding-top: 50px;
}

.cstm_cont-people-txt p {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 20.68px;
    text-align: left;
    color: #000;
    line-height: 1.9;
}
 .cstm_cont-people-img {
    border-left: 0.25px solid #171b9a;
    border-bottom: 0.25px solid #171b9a;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
}

.cstm_cont-people-img:before {
    content: "";
    position: absolute;
    height: 0.25px;
    background: #171B9A;
    width: 100vmax;
    left: 0;
}

.cstm_cont-people-img:after {
    content: "";
    position: absolute;
    height: 80%;
    background: #171B9A;
    width: 0.25px;
    right: 0;
    bottom: 0;
}

.cstm_Bloc-our-people {
    padding-block: 2vw 4vw;
}





/**
 * ----------------------------------------
 * News
 * ----------------------------------------
 */

 p.cstm-parag {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 33px;
    letter-spacing: -0.02em;
    line-height: 1.7;
    text-align: center;
    color: #000;
    max-width: 80%;
    min-width: 80%;
    margin-inline: auto;
}

.cstm_cont-warper {
    background-color: #F8F0EC;
    padding-block: 80px;
    padding-inline: 20px;
    margin-bottom: 38px;
}





/**
 * ----------------------------------------
 * Footer
 * ----------------------------------------
 */

footer{
    background-image: url(./imgs/footer-\ bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 13vw;
    padding-bottom: 5vw;
    border-radius: 50% 50% 0% 0% / 100% 100% 0% 0%;
}

.cstm_footer-cont *{
    color: #fff !important;
}

.cstm_footer-cont{
    max-width: 956px;
    width: 100%;
    margin-inline: auto !important;
    display: flex !important;
    align-items: stretch;
}

.cstm-col-3{
    width: 33.3% !important;
    position: relative;
}

.cstm-menu-verti a,
.cstm-menu-verti li,
.cstm-info-item a{
    text-decoration: none !important;
    list-style: none;
}

.cstm-menus-conts{
    display: flex;
    column-gap: 40px;
}

.cstm-menu-verti li {
    padding-bottom: 10px;
}

.cstm-menu-verti h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 30px;
    text-align: left;
    margin-bottom: 3px;
}

.cstm_center_logo{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.cstm-infos-conts{
    width: max-content;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.cstm-info-item h3 {
    margin-bottom: 6px;
    font-weight: 600;
}




/**
 * ----------------------------------------
 * Resposive
 * ----------------------------------------
 */

@media screen and (max-width: 1440px) {

    .section-1 .section-row:before{
        display: none;
    }

    .cstm_b_txt-mw1235 {
        width: calc(100% - ((max(20px,2.6vw)) * 1.7));
    }

    .cstm_bloc-proceed-row {
        display: grid;
        grid-template-columns: 35% auto;
        gap: 53px;
    }
    .cstm_Bloc-our-people {
        padding-block: 2vw 4vw;
        /* padding-left: 45px; */
    }
/* 
    .cstm_bloc-proceed-col-txt {
        width: calc(100% - (13.9%) * 2);
        overflow: hidden;
    } */

    .cstm_bloc-proceed-col-txt {
        width: 100%;
        padding-inline: 40px;
        overflow: hidden;
    }

    .cstm_bk-color1 h3 {
        font-size: 55px;
        margin-bottom: max(20px,1.5vw);
    }

    .cstm_bloc-values-col-txt h3 {
        font-size: 50px;
    }

    .cstm_bk-color2 h3 {
        font-size: 50.01px;
        margin-bottom: max(20px,1.6vw);
    }

    p.cstm_pr2-center {
        font-size: 30px;
    }

    p.cstm_pr3-center,
    .cstm_b_txt-mw995 p,
    .cstm_bloc-values-col-txt p,
    .cstm_cont-people-txt p,
    p.cstm-parag-title,
    .cstm_bloc-proceed-text p,
    .cstm_bloc-business p {
        font-size: 19px !important;
    }

    .cstm_bloc-proceed-title {
        font-size: 50px;
    }

    .cstm_bloc-proceed-desc {
        font-size: 25px;
    }

    .cstm_bloc-values-col-title h2, .cstm_bloc-proceed-col-title h2, .cstm_cont-warper-995 h2 {
        font-size: 125px;
        width: max-content;
        margin-inline: auto;
        padding-inline: 0.3em;
    }

    p.cstm-parag {
        font-size: 25px;
    }

    .cstm_cont-people-warper {
        min-width: calc(100% - 10vw);
    }

    .cstm_bloc-proceed:after {
        top: -35vw;
        opacity: 0.5;
    }

    .cstm_bloc-values::after {
        display: none;
    }

    

}




@media screen and (max-width: 1200px) {

    .cstm_bloc-values-col-txt h3 {
        font-size: 40px;
    }

    .cstm_cont-people-img {
        width: 100%;
        display: flex;
        align-items: flex-end;
    }
    
    .cstm_cont-people-img img {
        min-width: 350px;
        width: 100%;
    }

    .cstm_cont-people-img:before {
        top: 0;
    }

    .cstm_footer-cont {
        max-width: 715px;
    }

    .cstm_b_txt-mw895 {
        max-width: 705px;
        width: 100%;
        margin-inline: auto;
        padding: max(20px,2.6vw);
    }

    .section-1:before {
        left: 8px;
    }

}



@media screen and (max-width: 1024px) {

    .section-1:before {
        left: 0px;
    }


    .section-1:before {
        clip-path: inset(0 0 3% 0);
    }

    .cstm_bloc-ourfirm2-wrap {
        padding-block: 20vw;
    }
    
    .cstm_bloc-ourfirm2:after {
        display: none;
    }
    
    .cstm_w1245 {
        padding-top: 7.1vw;        
        width: calc(100% - 22.2vw);
    }
    
    img.cstm_bloc-ourfirm2-mtf-right {max-width: 100%;width: 100%;height: 62%;}
    
    img.cstm_bloc-ourfirm2-mtf-bottom {
        max-width: 100%;
        bottom: unset;
        top: 0;
        transform: translateY(calc((100% - 20vw) * -1));
        clip-path: inset(calc(100% - 20vw) 0 0  0);
    }
    
    p.cstm_pr2-center {
        line-height: 1.6em;
    }
    
    p.cstm_pr3-center {
        line-height: 1.7;
    }

    .cstm_b_txt-mw995 {
        max-width: 100%;
        width: calc(100% - max(20px,15vw));
    }
    
    .cstm_bloc-values-col-title img {
        margin-block: 45px;
    }

    .cstm_bloc-values-row.cstm_grids > div {
        min-height: 310px;
    }
    
    .cstm_bloc-values-col-txt {
        margin-bottom: 35px;
    }

    .cstm_bloc-values-row.cstm_grids {
        display: grid !important;
        grid-template-columns: auto;
        max-width: 705px !important;
        width: 100%;
        margin-inline: auto;
        justify-items: center;
        align-items: stretch;
        gap: 0;
    }

    .cstm_bloc-values-col-txt:before {
        width: 15%;
    }

    p.cstm_pr2-center {
        font-size: 26px;
    }
    
    .cstm_ord1 {
        order:0
    }
    .cstm_ord2 {
        order:1
    }
    .cstm_ord3 {
        order:2
    }
    .cstm_ord4 {
        order:3
    }
    .cstm_ord5 {
        order:4
    }
    .cstm_ord6 {
        order:5
    }


    .cstm_b_txt-mw895 {
        max-width: 561px;
        width: 100%;
        margin-inline: auto;
        padding: max(20px,2.6vw);
    }

    .cstm_cont-people-warper {
        flex-direction: column;
        align-items: center;
        max-width: calc(100% - max(20px,28vw));
        min-width: auto;
    }

    .cstm_cont-people-img {
        width: 100%;
        display: flex;
        align-items: flex-end;
        max-width: 500px;
    }

    p.cstm-parag {
        max-width: 700px;
    }

    .cstm-col-3.cstm_center_logo {
        order: 1;
        width: 100% !important;
        flex-shrink: 0;
    }
    
    .cstm_footer-cont {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 32px;
        align-items: flex-end;
        column-gap: 98px;
    
    }

    .cstm_cont-warper-995 {
        max-width: 859px;
        width: 100%;
        margin-inline: auto;
    }

    .cstm_bloc-proceed {
        padding-block: 14vw 8vw;
        position: relative;
    }

    .cstm_bloc-proceed-row {
        display: block !important;
        max-width: 660px !important;
        min-width: auto;
        margin-inline: auto;
    }
    
    
    
    .cstm_bloc-proceed-title {
        display: block;
        transform: unset;
    }
    
    .cstm_bloc-proceed-title,.cstm_bloc-proceed-desc {
        max-width: 68%;
        float: left;
    }

    .cstm_bloc-proceed-desc {
        font-size: 28px;
    }
    
    .cstm_bloc-proceed-img {
        width: 35%;
        float: right;
        margin-top: -36px;
        position: absolute;
        right: 0;
    }
    
    .cstm_bloc-proceed-text {
        clear: both;
    }
    
    .cstm_bloc-proceed-title {
        margin-bottom: 40px;
    }
    
    .cstm_bloc-proceed-desc {
        margin-bottom: 30px;
        line-height: 1.8;
    }
    
    .cstm_bloc-proceed {
        overflow: hidden;
    }

    .cstm_bloc-proceed:after {
        top: -10vw;
        opacity: 1;
        z-index: 1;
    }

    footer {
        border-radius: unset;
        clip-path: circle(100% at 50% 144%);
    }


    .cstm_bloc-values::before {
        content: "";
        position: absolute;
        inset-inline: -17vw;
        margin-inline: auto;
        height: 50%;
        background: url(./imgs/circle.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 12vw;
        z-index: -1;
    }

}



@media screen and (max-width: 800px) {

    .section-1:before {
        display: none;
    }


    .cstm_w1245 {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 48px 30px;
        margin-inline: auto;
        box-sizing: border-box;
    }
    
    .cstm_bloc-ourfirm2:before {
        /* width: 100%; */
    }

    .cstm_bloc-values-col-title h2, .cstm_bloc-proceed-col-title h2, .cstm_cont-warper-995 h2 {
        font-size: 70px;
    }

    .cstm_bloc-proceed-col-imgLeft, .cstm_bloc-proceed-col-imgRight {
        display: none;
    }
    
    .cstm_bloc-proceed-col-txt {
        width: 100%;
        padding-inline: 20px;
    }

    footer {
        border-radius: 50% 50% 0% 0% / 60% 60% 0% 0%;
        clip-path: none;
    }

    .cstm_cont-warper-995 {
        max-width: 590px;
        width: 100%;
        margin-inline: auto;
    }

    .cstm_bloc-proceed-col-imgLeft, .cstm_bloc-proceed-col-imgRight {
        display: none;
    }
    
    .cstm_bloc-proceed-col-txt {
        width: 100%;
        padding-inline: 20px;
    }
    
    .cstm_Bloc-our-people-title {
        width: 100%;
    }
    
    .cstm_bloc-proceed-img {
        border: 0;
        margin-block: 20px;
        position: relative;
        text-align: center;
        width: 100%;
    
    }
    
    .cstm_footer-cont {
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px;
    }
    
    .cstm_bloc-proceed-title, .cstm_bloc-proceed-desc {
        max-width: 100%;
        float: unset;
        text-align: center;
    }
    
    .cstm_bloc-proceed:after {
        z-index: -1;
        opacity: 0.5;
    }
    
    .cstm_bloc-proceed-text p {
        text-align: center !important;
    }
    
    .cstm_bloc-proceed-desc {
        font-size: 20px;
        line-height: 1.5;
    }
    
    .cstm_b_txt-mw895 {
    	max-width: 100%;
    	width: unset;
    	margin-inline: auto;
    	padding: max(20px,2.6vw);
    }

}




@media screen and (max-width: 600px) {

    .cstm_bk-color1 h3 {
        font-size: 41px;
        margin-bottom: max(20px,1.5vw);
    }

    .cstm_b_txt-mw1235 {
        width: 100%;
    }

    [class*="cstm_bloc"], [class*="cstm_bloc"] * {
        box-sizing: border-box;
    }

    p.cstm_pr2-center {
        font-size: 23px;
    }

    .cstm_w1245 {
        width: calc(100% - 40px);
    }
    
    .cstm_bloc-values-row.cstm_grids {
        width: calc(100% - 30px);
    }
    .cstm_cont-people-warper {
        flex-direction: column;
        align-items: center;
        max-width: calc(100% - max(20px,14vw));
        min-width: auto;
    }

    .cstm_footer-cont {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .cstm-menus-conts {
        flex-direction: column;
        align-items: center;
    }
    
    .cstm-col-3 {
        width: 100% !important;
    }
    
    .cstm-infos-conts {
        align-content: center;
        width: 100%;
    }

    footer {
        border-radius: 100vmax 100vmax  0 0;
    }

    .cstm_bloc-business-row {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}




@media screen and (max-width: 425px) {
    
    .cstm_bloc-proceed-col-title h2 {
    	line-height: 3.5;
    }
    
    .cstm_cont-people-img img {
    	min-width: 100%;
    	width: 100%;
    }
    
    .cstm_cont-people-txt {
    	padding-top: 25px;
    }
    
    .cstm_cont-warper-995 {
    	max-width: 100%;
    	width: unset;
    	margin-inline: auto;
    	padding-inline: 20px;
    }
    
    .cstm_bloc-proceed-title {
    	font-size: 37px;
    	margin-bottom: 20px !important;
    }
    .cstm_bloc-values-col-title h2, .cstm_bloc-proceed-col-title h2, .cstm_cont-warper-995 h2 {
        font-size: 36px;
    }

    .cstm_bloc-values-col-txt h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    h2.cstm_cont-people-name {
    	font-family: Montserrat;
    	font-weight: normal;
    	font-size: 30px;
    	text-align: left;
    	color: #bc7047;
    	margin-bottom: 10px;
    }
    
    .cstm_cont-warper {
    	background-color: #F8F0EC;
    	padding-block: 30px;
    	padding-inline: 20px;
    	margin-bottom: 38px;
    }
}





/* modifs  */

@media screen and (max-width: 500px) {
    h2.head-section {
        font-size: 2.5rem;
    }

    .section-content {
        font-size: 14px;
    }

    .section-1 .section-row {
        max-width: 100%;
        width: 100%;
    }

    .section-row {
        width: 100%;
    }

    .stand-text h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .stand-element {
        padding: 5px;
    }

    .cstm_w1245 {padding: 35px 15px;}

    p.cstm_pr2-center {
        font-size: 18px;
    }

    p.cstm_pr3-center, .cstm_b_txt-mw995 p, .cstm_bloc-values-col-txt p, .cstm_cont-people-txt p, p.cstm-parag-title, .cstm_bloc-proceed-text p, .cstm_bloc-business p {
        font-size: 17px !important;
    }

    .cstm_bloc-values-col-txt {
        padding: 8% 10% 40px !important;
    }

    .cstm_b_txt-mw895 {
        padding: 25px 15px;
    }

    .cstm_bloc-proceed-row {
        width: 100%;
        padding: 20px;
    }

    .cstm_bloc-proceed-title {
        font-size: 30px;
    }

    .cstm_bloc-proceed-desc {
        font-size: 18px;
    }

    .cstm_cont-people-warper {
        width: 100% !important;
        padding: 10px;
    }

    h2.cstm_cont-people-name {
        font-size: 25px;
    }

    p.cstm-parag {
        font-size: 17px;
    }

}